Crates.io | wave_stream |
lib.rs | wave_stream |
version | 0.5.0 |
source | src |
created_at | 2023-02-12 19:07:17.859089 |
updated_at | 2023-11-07 03:06:29.370597 |
description | Wave file reader and writer. Random access and streaming is supported for reading, random access is supported for writing |
homepage | |
repository | https://github.com/GWBasic/wave_stream |
max_upload_size | |
id | 783399 |
size | 173,704 |
A streaming wav reader and writer for Rust. Wave_stream supports the following:
Wave_stream supports any sample rate. It supports 8-bit, 16-bit, 24-bit, and floating-point wave files.
Wave_stream does not load the entire wav file into RAM. This allows working with extremely large files with low RAM overhead.
For a full example, and instructions, see: https://github.com/GWBasic/wave_stream_example/blob/main/src/main.rs
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Note: Pull requests require that "cargo fmt" is run. If you are using Visual Studio Code, enable "Format on Save": https://stackoverflow.com/a/67861602/1711103