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,
usethe implementationstd::io::Read/std::io::Writefor this.