Record audio into adpcm format with gstreamer
Nicolas Dufresne
nicolas.dufresne at collabora.com
Wed Jul 9 07:49:28 PDT 2014
Le mercredi 09 juillet 2014 à 09:36 -0400, George Keep a écrit :
> I am trying to record audio into adpcm format using gst-launch and
> ffenc_g726 encoder.
> I have tried following:
>
>
> gst-launch autoaudiosrc ! ffenc_g726 bitrate=16000 ! filesink location="recg726.wav"
>
This will create raw stream, not wav. To add wav header, there is
wavenc, but unfortunately it does not support adpcm.
More information about the gstreamer-devel
mailing list