Module input

Module input 

Source
Expand description

Listens to the microphone and sends it to the networking.

Structs§

DefaultAudioInputDevice

Traits§

AudioInputDevice
Something that can listen to audio and send it somewhere.

Functions§

callback
Generates a callback that receives Samples and sends them as floats to a futures_channel::mpsc::Sender.