Expand description
An audio stream allows to read and write by streaming method.
Structsยง
- Audio
Stream - An audio stream to read and write audio data by streaming method. To read/write the data,
use
the implementationstd::io::Read
/std::io::Write
for this.