Expand description
Structures to use an audio device by pushing methods.
Structsยง
- Dequeue
Audio - A queue to read data to record the sound with
MicrophoneDevice. To dequeue from this,usethe implementation ofstd::io::Readfor this. - Queued
Audio - A queue to push data to play the sound with
SpeakerDevice.