Closed tomara-x closed 5 months ago
why atomics no worky it would've been so easy! (kinda interesting how it's kinda working, but you get clicks of the audio input, not the whole thing)
but at least the stream and reading parts are there.. maybe a snoop will work?
if you're reading this, give a crossbeam to someone you love today!
so much to do: (in that order cause they depend on each other)
```rust
//! process input from mic with fundsp
use cpal::traits::{DeviceTrait, HostTrait, StreamTrait};
use cpal::{FromSample, SizedSample};
use fundsp::hacker32::*;
use crossbeam_channel::{bounded, Receiver, Sender};
#[derive(Clone)]
pub struct InputNode {
lr: Receiver
better 8fe8611
[james earl jones voice] totes mcgoats
input