Module queue

Source
Expand description

Structures to use an audio device by pushing methods.

Structsยง

DequeueAudio
A queue to read data to record the sound with MicrophoneDevice. To dequeue from this, use the implementation of std::io::Read for this.
QueuedAudio
A queue to push data to play the sound with SpeakerDevice.