You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the script decode.py to decode an mp3 into wav, the .wav file generated has 33ms of silence prepend at the start. Thus the original .mp3 and the decoded .wav are really not the same.
Huh, that's interesting! It would be worth digging into more deeply, but at the moment, I don't have an intuition for why GStreamer might be doing this. It might require some deeper GStreamer knowledge than I have to help explain it…
gstreamer doesn't support gapless decoding for mp3, which means there can be (very short) extra silence at the beginning and end of streams compared to other tools.
Hello,
When using the script decode.py to decode an mp3 into wav, the .wav file generated has 33ms of silence prepend at the start. Thus the original .mp3 and the decoded .wav are really not the same.
The output of the script is:
A
ffprobe
of the original .mp3 returns:I don't have the same issue when using Madmom library to read files which relies on the ffmpeg backend I believe.
Where does this silence come from?
The text was updated successfully, but these errors were encountered: