We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hound v3.4.0
Running the tool soxi on the wav:
soxi
Input File : '/media/internal/70sElRaunchoFusionLead C3.wav' Channels : 1 Sample Rate : 44100 Precision : 24-bit Duration : 00:00:04.89 = 215490 samples = 366.48 CDDA sectors File Size : 651k Bit Rate : 1.07M Sample Encoding: 24-bit Signed Integer PCM
Opening this using: let mut reader = hound::WavReader::open(&filename)?; yields:
let mut reader = hound::WavReader::open(&filename)?;
IoError(Custom { kind: Other, error: "Failed to read enough bytes." })
The crate 'wav' does load this file without problems.
The text was updated successfully, but these errors were encountered:
Are you able to share the file, or better yet, a minimized version of it that still reproduces the problem?
Sorry, something went wrong.
No branches or pull requests
Hound v3.4.0
Running the tool
soxi
on the wav:Opening this using:
let mut reader = hound::WavReader::open(&filename)?;
yields:The crate 'wav' does load this file without problems.
The text was updated successfully, but these errors were encountered: