nannou_audio

Crates.ionannou_audio
lib.rsnannou_audio
version0.19.0
sourcesrc
created_at2019-06-06 23:09:15.458589
updated_at2024-01-17 07:41:42.205859
descriptionThe audio API for Nannou, the creative coding framework.
homepagehttps://nannou.cc
repositoryhttps://github.com/nannou-org/nannou_audio.git
max_upload_size
id139516
size59,514
Joshua Batty (JoshuaBatty)

documentation

README

nannou_audio Crates.io Crates.io docs.rs

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

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.

Commit count: 12

cargo fmt