Module rich_sdl2_rust::audio::queue
source · Expand description
Structures to use an audio device by pushing methods.
Structs§
- A queue to read data to record the sound with
MicrophoneDevice
. To dequeue from this,use
the implementation ofstd::io::Read
for this. - A queue to push data to play the sound with
SpeakerDevice
.