# Fōn
Rust audio types, resampling, converting, processing, and mixing library.
- For audio synthesis, check out [twang](https://crates.io/crates/twang)
- For audio recording and playback, check out
[wavy](https://crates.io/crates/wavy)
## Goals
- Fast audio conversion and resampling.
- Standard audio types
- Pure Rust
## Getting Started
Examples can be found in the [Documentation](https://docs.rs/fon) and the
examples folder.
## License
The `fon` crate is distributed under any of
- The terms of the
[MIT License](https://github.com/AldaronLau/fon/blob/master/LICENSE-MIT)
- The terms of the
[Apache License (Version 2.0)](https://github.com/AldaronLau/fon/blob/master/LICENSE-APACHE)
- The terms of the
[Zlib License](https://github.com/AldaronLau/fon/blob/master/LICENSE-ZLIB)
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
licensed as described above, without any additional terms or conditions.