GNOME Bugzilla – Bug 550656
recognize TrueSpeech in wavparse
Last modified: 2008-09-03 13:27:44 UTC
wavparse currently does not handle format type 0x22 which is DSP group TrueSpeech. This decoder is implemented in gst-ffmpeg. If implemented such wav files can be played by playbin just like with ffplay.
Created attachment 117926 [details] [review] make riff media recognize TrueSpeech
You can test using any of the wav files at this location http://samples.mplayerhq.hu/A-codecs/truespeech/
2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk> * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps), (gst_riff_create_audio_template_caps): Add Truespeech mapping for RIFF formats (AVI/WAV). Fixes #550656