8 releases (breaking)
0.19.0 | Jan 17, 2024 |
---|---|
0.18.0 | Nov 18, 2021 |
0.17.0 | Jun 20, 2021 |
0.16.0 | Apr 22, 2021 |
0.1.0 | Jun 6, 2019 |
#20 in #pcm
153 downloads per month
Used in libpd-rs
58KB
1K
SLoC
nannou_audio
The audio API for nannou, the creative coding framework.
Please see the nannou guide for more information on how to get started with nannou!
Features
Some of the features of this API include:
- Access to the available audio devices on the system.
- Spawn any number of input and output audio streams.
- Simple builder API for establishing streams with reasonable defaults.
- Requesting consistent buffer sizes for input and output streams no matter the back-end.
- An easy-to-use, non-blocking API.
nannou_audio uses and contributes to cpal - a pure-Rust, cross-platform audio library for handling the low-level cross-platform stuff under the hood.
Examples
You can find examples of nannou_audio in action at the nannou repository in the examples directory.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contributions
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.
Dependencies
~0.7–5.5MB
~99K SLoC