An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# WAV muxer and demuxer

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Actions Status](https://github.com/rust-av/wav/workflows/wav/badge.svg)](https://github.com/rust-av/wav/actions)
[![dependency status](https://deps.rs/repo/github/rust-av/wav/status.svg)](https://deps.rs/repo/github/rust-av/wav)
[![IRC](https://img.shields.io/badge/irc-%23rust--av-blue.svg)](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).