Add canttalk module, few changes here and there to accomodate for it
This commit is contained in:
@@ -4,7 +4,7 @@ const querystring = require('querystring');
|
||||
|
||||
module.exports = class extends BaseEngine {
|
||||
constructor() {
|
||||
super("IBM Watson TTS", "ogg");
|
||||
super('watson',"IBM Watson TTS", "ogg");
|
||||
this.voices = {};
|
||||
this.populateVoiceList();
|
||||
}
|
||||
|
Reference in New Issue
Block a user