hound icon indicating copy to clipboard operation
hound copied to clipboard

A wav encoding and decoding library in Rust

Results 41 hound issues
Sort by recently updated
recently updated
newest added

I would like to propose a feature where you have a Stream of bytes that you can pass to other location for ingestion. This would require the `WavWriter` to remove...

Just set duration in header to maximum possible.

Hello, I'm working with the Hound library to implement uploading a large WAV file via multipart upload to a storage service. I've got everything working except for one key aspect:...

In my use case, I need to call `into_inner` on the `WavWriter` struct, which didn't exist. Related to https://github.com/ruuda/hound/pull/4 but for the writer

There are a lot of compiler warnings when building hound: ``` warning: use of deprecated macro `try`: use the `?` operator instead ``` So I tried to fix that. Does...

I tried to load FL Studio's "FPC 1 Kick.wav" using hound 3.5.0 but it failed to load with a FormatError `sample bits exceeds size of sample`. VLC also can't open...

Hello, I am getting this error for certain audio files only. The code works fine with other files! Could you point me to the right direction on what might be...

Hello, thank you for taking the time to cherry pick changes for 3.5.0 release. If possible, would you be interested in taking https://github.com/ruuda/hound/pull/58 as well? I didn't see a branch...

What is maintainership status of this library? Should it be considered abandoned? If not, when is the next crates.io release expected?

Hi, thanks for making a great crate. I am new to Rust so I may have misunderstood something. This is abount the feature that was added in https://github.com/ruuda/hound/pull/37 . When...