DEV Community

suman_koirala
suman_koirala

Posted on

Audio not working for rails app on heroku

Audio not working for rails app on heroku

0

I am using espeak-ruby gem on my rails app and it is working fine on my local machine. When I deployed to heroku, the app did not work because there was no espeak installed on heroku. Then I used the build-buildpack-apt to install espeak on heroku. Installing espeak the app…

Top comments (0)