GNOME Bugzilla – Bug 594454
gstreamer does not support adpcm, g721 audio file ?
Last modified: 2009-09-09 11:36:23 UTC
I have one audio file, when use totem or gst-launch to play it, it tells me that "* Message: don't know how to handle audio/x-adpcm, layout=(string)g721" see audio file as attachment.
Could you attach it again please? Looks like it didn't work the first time.
Created attachment 142681 [details] au file
We can actually decode this with G726, channels=1 and rate=8000. not sure where to put tha mapping from G721.
commit 669a0e359a294e5efc6187f4c723eadcc25ea2c3 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Wed Sep 9 13:33:53 2009 +0200 ffmpeg: add support for G721 Add support for g721, which is like G726 but with 1 channel, 8KHz and a bitrate of 32000. Fixes #594454