How i download the audio?
arandombambi opened this issue · 5 comments
arandombambi commented
i dont know how to download audio.
discordier commented
You have to generate the audio (as in the demo in index.html) and instead of sam.speak(this.textfield.value); call sam.download(this.textfield.value);.
Hope this helps
NoteEveryFriday commented
You have to generate the audio (as in the demo in
index.html) and instead ofsam.speak(this.textfield.value);callsam.download(this.textfield.value);.Hope this helps
VM69:1 Uncaught ReferenceError: sam is not defined
at :1:1