Add canttalk module, few changes here and there to accomodate for it
This commit is contained in:
@@ -3,7 +3,7 @@ const { spawn } = require('child_process')
|
||||
|
||||
module.exports = class extends BaseEngine {
|
||||
constructor() {
|
||||
super('ESpeak', 'wav')
|
||||
super('espeak','ESpeak', 'wav')
|
||||
}
|
||||
getDefaultVoice() {
|
||||
return 'en';
|
||||
|
Reference in New Issue
Block a user