sam
sam copied to clipboard
How i download the audio?
i dont know how to download audio.
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
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
what do you mean as in generate? i got into index.html but i don't see anything :(
what do you mean as in generate? i got into index.html but i don't see anything :(
I wonder how this may be... the code is there: https://github.com/discordier/sam/blob/e037db2845741457d72e0d862f901b42b8db4f5f/index.html#L69
I have updated the demo in the latest 0.3.0 release to also contain a download button.