Closed chubbard closed 9 years ago
Yes, you are right, there are other users demanding that. I will check...
Hello Chubbard, unfortunately, because of licensing issues, there are no plans to release support for mp3 in the TTS service. It is not ideal but you might want to take a look at doing the conversion yourself. On the server side it is easy with ffmpeg, on the client side with javascript you could try something like this: http://stackoverflow.com/questions/17457029/converting-wav-to-any-compressed-audio-format-in-client-side-javascript
please keep us posted on your progress
Ok I felt like this was the case. And converting it myself was my workaround to this issue. Thanks.
good, please let us know what conversion approach works best for you. I suspect other developers are going to run into the same issue.
thank you
Is the licensing issue still valid? I had read that most all .mp3 patents expired in the US as of April 2017? Seems like .mp3 output would be a big boost for the widespread use of the output.
Is .mp3 output supported?
Yes On Tue, Sep 12, 2017 at 7:00 PM playground notifications@github.com wrote:
Is .mp3 output supported?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/watson-developer-cloud/text-to-speech-nodejs/issues/11#issuecomment-329007928, or mute the thread https://github.com/notifications/unsubscribe-auth/AATHRfqpN_2gqsKvXKMuPgsY-B8FxyHKks5shwzvgaJpZM4Fhb0U .
Add support for MP3 output (doesn't have to be streamed). Currently greatest support for audio support in HTML is through MP3. Ogg is only supported by a few browsers. If we had MP3 support it would be easier to use this service in our product.