<div dir="ltr">Hi all,<div>while using 64bit audioconvert during f32le to s32le conversion getting noise introduced in converted audio.</div><div><br></div><div>to reproduce </div>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<div><br></div><div>work around</div>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<br><br>output.wav has noise in the last part of the stream where volume is high.<br><br>Is this a known issue? or is there already a solution available?  <br><div><br></div><div><br><div class="gmail_chip gmail_drive_chip" style="width:396px;height:18px;max-height:18px;background-color:#f5f5f5;padding:5px;color:#222;font-family:arial;font-style:normal;font-weight:bold;font-size:13px;border:1px solid #ddd;line-height:1"><a href="https://drive.google.com/file/d/1pqs6uTwZB0mN71RLdrfXZKgCLVZvfchI/view?usp=drive_web" target="_blank" style="display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;padding:1px 0px;border:none;width:100%"><img style="vertical-align: bottom; border: none;" src="https://drive-thirdparty.googleusercontent.com/16/type/audio/x-wav"> <span dir="ltr" style="color:#15c;text-decoration:none;vertical-align:bottom">output.wav</span></a></div><br><div class="gmail_chip gmail_drive_chip" style="width:396px;height:18px;max-height:18px;background-color:#f5f5f5;padding:5px;color:#222;font-family:arial;font-style:normal;font-weight:bold;font-size:13px;border:1px solid #ddd;line-height:1"><a href="https://drive.google.com/file/d/1-1TlL--aRFWF2Q9BU9u3L8gxz1qtFCvf/view?usp=drive_web" target="_blank" style="display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;padding:1px 0px;border:none;width:100%"><img style="vertical-align: bottom; border: none;" src="https://drive-thirdparty.googleusercontent.com/16/type/video/vnd.dlna.mpeg-tts"> <span dir="ltr" style="color:#15c;text-decoration:none;vertical-align:bottom">input.ts</span></a></div><br></div><div>regards,</div><div>Naveen</div></div>