https://github.com/rust-av/wav
Wav muxer and demuxer
https://github.com/rust-av/wav
Last synced: 4 months ago
JSON representation
Wav muxer and demuxer
- Host: GitHub
- URL: https://github.com/rust-av/wav
- Owner: rust-av
- License: mit
- Created: 2022-03-24T15:38:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T19:48:32.000Z (over 1 year ago)
- Last Synced: 2025-03-26T16:05:26.118Z (about 1 year ago)
- Language: Rust
- Size: 40 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WAV muxer and demuxer
[](LICENSE)
[](https://github.com/rust-av/wav/actions)
[](https://deps.rs/repo/github/rust-av/wav)
[](http://webchat.freenode.net?channels=%23rust-av&uio=d4)
Pure-rust implementation of a WAV muxer and demuxer.
## Build
```bash
cargo build
```
## Running tests
```bash
cargo test
```
## License
Released under the [MIT License](LICENSE).