nannou-org/nannou

Add audio input stream examples

Open

#435 opened on Dec 11, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (4,662 stars) (254 forks)batch import
audiogood first issue

Description

To begin, it might be nice to port CPAL's record_wav.rs example.

Following this, CPAL's feedback.rs example might also be useful for demonstrating how to run an input and output stream simultaneously and feed audio from one to the other. This might be especially useful seeing as we don't yet have a duplex audio stream API just yet.

Contributor guide