[Bug 794280] wavparse: failed to parse an S24_LE wav file
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 20 03:39:23 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794280
--- Comment #6 from Lyon <lyon.wang at nxp.com> ---
Hi slomo,
my colleague's in QA team write an encoder to encode various kinds of audio
format/channel clips for test our audio hardware codec and also Gstremer audio
capability.
Some formats like S24LE, S243LE etc.
So according to your comments, currently our GStreamer framework not support
S24LE audio format?
(GST_AUDIO_FORMAT_S24_32LE, though this format is defined, currently it is not
supported yet, right?)
Is that the reason in gsteaveparse, when blockalign > depth bytes, it would be
considered as invalid?
(wavparse gstwavparse.c:1741:gst_wavparse_stream_headers:<wavparse0> error:
Stream claims blockalign = 8, which is more than 6 - inva
lid data
)
I tried ignoring this condition, but the audio will be recognized as S32LE,
which the sound is not quite correct.
Thanks
Lyon
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list