<div dir="ltr"><div>It's possible with gstreamer make Wave IMA ADPCM and Wave GSM files?<br></div><br><div><div><div>With Sox (a gpl tool) i can convert files to wav adpcm or wav gsm with:<br>sox input.wav -t wav -e ima-adpcm output.wav<br>

sox input.wav -t wav -e gsm-full-rate output.wav<br><br>I need generate this files with gstreamer, but the wavenc plugin has sync caps audio/x-raw and x-alaw only. adpcmenc has src caps audio/x-adpcm and gsmenc has caps audio/x-gsm<br>

<br></div><div>Thanks =)<br></div></div></div></div>