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
Awesome library! great work!
I'm trying to crop a piece of an audio file and write the output in wavefile format. The following code produces the correct segment and the correct number of frames, but the duration on the output file is always 0. I've tried looking around and I'm aware of #1069 and #1179 which prompted me to use the latest version 1.5.1 but I'm not sure what I'm missing.
OutputStream doesn't support seeking so it won't work for file formats that modify the header on close.
It should be possible to hack something for ByteArrayOutputStream and such though, see issue #645.
Awesome library! great work!
I'm trying to crop a piece of an audio file and write the output in wavefile format. The following code produces the correct segment and the correct number of frames, but the duration on the output file is always 0. I've tried looking around and I'm aware of #1069 and #1179 which prompted me to use the latest version 1.5.1 but I'm not sure what I'm missing.
The text was updated successfully, but these errors were encountered: