Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

nannou-org/nannou_audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE: nannou_audio has been moved here.


nannou_audio Build Status 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.

About

The audio API for nannou, the creative coding framework.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages