Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better include for speech.js #1

Open
taylorbf opened this issue Mar 31, 2015 · 3 comments
Open

better include for speech.js #1

taylorbf opened this issue Mar 31, 2015 · 3 comments
Assignees

Comments

@taylorbf
Copy link
Owner

Text-To-Speech is currently enabled through a library, speech.js. This library is not a node package, so is currently linked to in the /example/js folder. For my library to work as a standalone, speech.js (or another TTS library) must be bundled better.

@taylorbf taylorbf self-assigned this Mar 31, 2015
@hosseinemirzaee
Copy link

Fuck u

@jesseallison
Copy link

Not sure what your requirements are, but I've been using meSpeak.js with success (built on speech.js I believe) ~2.5Mb Also, if you are mostly using Chrome and Safari (partial support) you can just use the web speech API which is really easy. It doesn't feed directly into webAudio though, so I couldn't use it in my project.

@taylorbf
Copy link
Owner Author

Thanks Jesse!

Great timing as speech.js has been giving me fits recently.

Yes I do want to route it through the WAAPI, and am currently doing so. But the Speech API is so enticing as it is native... I will look into meSpeak thanks!

On Mar 29, 2016, at 9:56 AM, Jesse Allison [email protected] wrote:

Not sure what your requirements are, but I've been using meSpeak.js with success (built on speech.js I believe) ~2.5Mb Also, if you are mostly using Chrome and Safari (partial support) you can just use the web speech API which is really easy. It doesn't feed directly into webAudio though, so I couldn't use it in my project.


You are receiving this because you were assigned.
Reply to this email directly or view it on GitHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants