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
This error message would indicate that the audio file's header claims more frames than are actually contained in the file. Could you send me the file in question? And could you also find out what version of the library is in use?
At the time of the bug report, MrsWatson was using audiofile 0.3.3, but I've since updated to 0.3.4 for the latest release. Looking at the commits between 0.3.3-0.3.4, nothing strikes me as a potential fix for this issue, but you never know. :)
I don't have an example of a failing file, but @michv (who originally reported the bug to me) might have one or could generate one. I'll try to get him/her to send one, and also to try again with a version that contains 0.3.4 to reproduce the problem.
A user reported that my application which uses audiofile sometimes throws this message when writing WAVE files to disk:
Is this an error in audiofile, or my program's misuse of the library? My reading/writing functions which use audiofile can be found here:
https://github.com/teragonaudio/MrsWatson/blob/develop/source/SampleSourceAudiofile.c
The text was updated successfully, but these errors were encountered: