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
AudioFormatReaderSource::getNextAudioBlock() does not properly handle looping when the source file is shorter than the buffer.
The issue was described on the forum in 2016 and I wanted to raise it again here since I am running into it. The forum thread includes the patch to fix it.
What is the expected behaviour?
A short file should loop the same as a long one does.
Operating systems
Other
What versions of the operating systems?
All, independent of OS
Architectures
Other
Stacktrace
No response
Plug-in formats (if applicable)
No response
Plug-in host applications (DAWs) (if applicable)
No response
Testing on the develop branch
I have not tested against the develop branch
Code of Conduct
I agree to follow the Code of Conduct
The text was updated successfully, but these errors were encountered:
Detailed steps on how to reproduce the bug
AudioFormatReaderSource::getNextAudioBlock()
does not properly handle looping when the source file is shorter than the buffer.The issue was described on the forum in 2016 and I wanted to raise it again here since I am running into it. The forum thread includes the patch to fix it.
What is the expected behaviour?
A short file should loop the same as a long one does.
Operating systems
Other
What versions of the operating systems?
All, independent of OS
Architectures
Other
Stacktrace
No response
Plug-in formats (if applicable)
No response
Plug-in host applications (DAWs) (if applicable)
No response
Testing on the
develop
branchI have not tested against the
develop
branchCode of Conduct
The text was updated successfully, but these errors were encountered: