-
Notifications
You must be signed in to change notification settings - Fork 214
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
Heroku doesn't seem to support say.js #105
Comments
I haven't heard of the Even if you did that, though, you still wouldn't get audio. The Maybe you could try to have the server generate the audio and save it to a file, then download that audio to the browser and play it in the browser, but even then the If you want to hear audio played from a computer with a web browser open, you might consider the SpeechSynthesis browser API. |
Hi, Even I'm facing similar issue, 2021-04-04T09:01:08.763+0000 [APP/PROC/WEB/0] ERR events.js:174 And the app is getting crashed in AWS. Thanks in advance |
I'm very new to web development, I know next to nothing about what I'm doing. I'm trying to build a small site for my grandfather, he's lost the ability to speak and I figured I could custom-make him a speech interpretation site. I made a simple site, a text box and a button that routes the words from the text box to say.speak().
I tried to host it using heroku, but heroku crashes every time I submit text to be read. It throws errors in the heroku logs when the site launches, and it throws different errors when I submit text to be read.
I have installed festival with npm. That didn't make a difference, it throws the same errors.
The text was updated successfully, but these errors were encountered: