Re-add wake word and TTS engines

pull/5/merge
Chris Veilleux 2022-03-22 16:31:37 -05:00
parent 2a5b65dd7e
commit 6a1b95fd32
2 changed files with 4 additions and 8 deletions

View File

@ -9,10 +9,8 @@
[required]="true" [required]="true"
> >
</account-geography-card> </account-geography-card>
<!-- Temporarily commented out for MVP. Only available wake word is "Hey Mycroft". --> <account-voice-card [voiceForm]="defaultsForm"></account-voice-card>
<!-- Only available voice is the Mimic 3 British Male voice. --> <account-wake-word-card [wakeWordForm]="defaultsForm">x</account-wake-word-card>
<!-- <account-voice-card [voiceForm]="defaultsForm"></account-voice-card>-->
<!-- <account-wake-word-card [wakeWordForm]="defaultsForm">x</account-wake-word-card>-->
</mat-card-content> </mat-card-content>
<mat-card-actions *ngIf="!addingDevice" align="right"> <mat-card-actions *ngIf="!addingDevice" align="right">
<button mat-button (click)="onSave()" [disabled]="!defaultsForm.valid">SAVE</button> <button mat-button (click)="onSave()" [disabled]="!defaultsForm.valid">SAVE</button>

View File

@ -38,10 +38,8 @@
</mat-card> </mat-card>
<account-geography-card [geoForm]="deviceForm" [required]="true"></account-geography-card> <account-geography-card [geoForm]="deviceForm" [required]="true"></account-geography-card>
<!-- Temporarily commented out for MVP. Only available wake word is "Hey Mycroft". --> <account-voice-card [voiceForm]="deviceForm"></account-voice-card>
<!-- Only available voice is the Mimic 3 British Male voice. --> <account-wake-word-card [wakeWordForm]="deviceForm"></account-wake-word-card>
<!-- <account-voice-card [voiceForm]="deviceForm"></account-voice-card>-->
<!-- <account-wake-word-card [wakeWordForm]="deviceForm"></account-wake-word-card>-->
<account-software-release-card <account-software-release-card
*ngIf="pantacorId" *ngIf="pantacorId"
[softwareReleaseForm]="deviceForm" [softwareReleaseForm]="deviceForm"