Add canttalk module, few changes here and there to accomodate for it
This commit is contained in:
@@ -4,7 +4,7 @@ const tts = require('google-tts-api');
|
||||
|
||||
module.exports = class extends BaseEngine {
|
||||
constructor() {
|
||||
super("Google Translate TTS", "mp3");
|
||||
super('gtranslate', "Google Translate TTS", "mp3");
|
||||
}
|
||||
getDefaultVoice() {
|
||||
return 'en-us';
|
||||
|
Reference in New Issue
Block a user