64bit audioconvert issue during f32le to s32le conversion

Naveen Mittal naveenmittal04 at gmail.com
Tue Nov 24 12:44:11 UTC 2020


Hi all,
while using 64bit audioconvert during f32le to s32le conversion getting
noise introduced in converted audio.

to reproduce
gst-launch_64-1.0 uridecodebin uri=file:///data/input.ts ! audioconvert !
"audio/x-raw, format=(string)S32LE" ! wavenc ! filesink
location=/data/output.wav -v

work around
gst-launch_64-1.0 uridecodebin uri=file:///data/input.ts ! audioconvert
dithering=3 ! "audio/x-raw, format=(string)U32LE" ! audioconvert !
"audio/x-raw, format=(string)S32LE" ! wavenc ! filesink
location=/data/output_success.wav -v

output.wav has noise in the last part of the stream where volume is high.

Is this a known issue? or is there already a solution available?


 output.wav
<https://drive.google.com/file/d/1pqs6uTwZB0mN71RLdrfXZKgCLVZvfchI/view?usp=drive_web>

 input.ts
<https://drive.google.com/file/d/1-1TlL--aRFWF2Q9BU9u3L8gxz1qtFCvf/view?usp=drive_web>

regards,
Naveen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20201124/5da6761e/attachment.htm>


More information about the gstreamer-devel mailing list