nannou-org/nannou

Add audio input stream examples

Open

#435 aberto em 11 de dez. de 2019

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (254 forks)batch import
audiogood first issue

Métricas do repositório

Stars
 (4.662 stars)
Métricas de merge de PR
 (Mesclagem média 24d 15h) (26 fundiu PRs em 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.

Guia do colaborador