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
I haven't given it a lot of thought, but created this issue because I guess most people would like their compressed audio to have the same length as the input for this transform. I've seen some people write their own workarounds. Sometimes a round trip via mp3 adds a bit of silence, sometimes on the order of 40-50ms, to the start of the audio snippet, and I guess this causes it to become longer. As the "silent prefix" can have a variable length, it is not always trivial to align it. A simple solution would be to use something like AdjustDuration (padding and/or trimming) to make sure the output length is the same as the input length, while a more complicated solution would be to find the ideal alignment and chop away the excess, maybe with https://github.com/nomonosound/fast-align-audio
No description provided.
The text was updated successfully, but these errors were encountered: