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 (254 forks)batch import
audiogood first issue

Repository metrics

Stars
 (4,662 stars)
PR merge metrics
 (Avg merge 24d 15h) (26 merged PRs in 30d)

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