nannou-org/nannou

Add audio input stream examples

Open

#435 ouverte le 11 déc. 2019

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (254 forks)batch import
audiogood first issue

Métriques du dépôt

Stars
 (4 662 stars)
Métriques de merge PR
 (Merge moyen 24j 15h) (26 PRs mergées en 30 j)

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.

Guide contributeur