C++ Speex to Flac wrapper/library

411 views Asked by At

Application is using speex codec for transmitting audio to server. At server I need to decode speex to PCM (or something else ?) and then encode it using flac and send to Google Speech API. Is there any easy to use wrapper (or library) for speex/flac ?

1

There are 1 answers

0
Component 10 On

Sounds like a job for gstreamer. I don't know too much about it but it can certainly handle FLAC and Speex according to the plug-ins page.