Merge pull request #62 from MycroftAI/remove-google-tts
remove google tts as an option for devicespull/64/head
commit
56b35a1d8d
|
@ -31,7 +31,7 @@ export class VoiceCardComponent implements OnInit {
|
|||
|
||||
constructor() {
|
||||
this.voiceOptionsConfig = {
|
||||
options: ['British Male', 'American Male', 'Google Voice'],
|
||||
options: ['British Male', 'American Male'],
|
||||
buttonWidth: '140px'
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue