GSM encoded WAV files in browser

前端 未结 1 1874
予麋鹿
予麋鹿 2021-01-26 10:23

Good day!

I develop a website using Ruby-on-Rails and Jquery. This site has a feature to play files from an IVR system right in browser window, without downloading it.

相关标签:
1条回答
  • 2021-01-26 11:01

    Since GSM is not supported on any browser ( see this table) you will need to convert it before.

    Now you have two options, you can convert on-the-fly or convert any files you already have and will converting the new ones as they are created.

    You can use ffmpeg to do the job, with streamio-ffmpeg gem or you can also find a SaaS solution for the job.

    0 讨论(0)
提交回复
热议问题