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 works but there is no sound. I got an error libpulsecommon-11.1.so not found
. Then I tried adding libpulse0
package but still got the same error.
I also tried installing libpulse-dev
and `pulseaudio. But none of those package get me libpulsecommon-11.1.so library installed.