Re-add wake word and TTS engines
parent
2a5b65dd7e
commit
6a1b95fd32
|
@ -9,10 +9,8 @@
|
|||
[required]="true"
|
||||
>
|
||||
</account-geography-card>
|
||||
<!-- Temporarily commented out for MVP. Only available wake word is "Hey Mycroft". -->
|
||||
<!-- Only available voice is the Mimic 3 British Male voice. -->
|
||||
<!-- <account-voice-card [voiceForm]="defaultsForm"></account-voice-card>-->
|
||||
<!-- <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-actions *ngIf="!addingDevice" align="right">
|
||||
<button mat-button (click)="onSave()" [disabled]="!defaultsForm.valid">SAVE</button>
|
||||
|
|
|
@ -38,10 +38,8 @@
|
|||
</mat-card>
|
||||
|
||||
<account-geography-card [geoForm]="deviceForm" [required]="true"></account-geography-card>
|
||||
<!-- Temporarily commented out for MVP. Only available wake word is "Hey Mycroft". -->
|
||||
<!-- Only available voice is the Mimic 3 British Male voice. -->
|
||||
<!-- <account-voice-card [voiceForm]="deviceForm"></account-voice-card>-->
|
||||
<!-- <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
|
||||
*ngIf="pantacorId"
|
||||
[softwareReleaseForm]="deviceForm"
|
||||
|
|
Loading…
Reference in New Issue