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 discovered that soundfile fails to load my 44.1Khz audio when it's duration exceeds around 6 hours (I had two files, one that was 8 hours and one that 9 and noticed they were being loaded as the same length).
Importantly, soundfile just returns the first 6 hours of audio and doesn't indicate there's been a failure to load the entire file -- I found this confusing and hard to diagnose.
It might make sense to make this a non-silent error if this is expected behaviour! :)
Soundfile 0.12.1, Python 3.10.15
The text was updated successfully, but these errors were encountered:
I discovered that soundfile fails to load my 44.1Khz audio when it's duration exceeds around 6 hours (I had two files, one that was 8 hours and one that 9 and noticed they were being loaded as the same length).
Importantly, soundfile just returns the first 6 hours of audio and doesn't indicate there's been a failure to load the entire file -- I found this confusing and hard to diagnose.
It might make sense to make this a non-silent error if this is expected behaviour! :)
Soundfile 0.12.1, Python 3.10.15
The text was updated successfully, but these errors were encountered: