back to home

nannou-org / nannou_audio

The audio API for nannou, the creative coding framework.

9 stars
2 forks
0 issues
Rust

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing nannou-org/nannou_audio in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind-ai.vercel.app/repo/nannou-org/nannou_audio)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview

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.