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,use
the implementation ofstd::io::Read
for this. - Queued
Audio - A queue to push data to play the sound with
SpeakerDevice
.