Module stream

Source
Expand description

An audio stream allows to read and write by streaming method.

Structsยง

AudioStream
An audio stream to read and write audio data by streaming method. To read/write the data, use the implementation std::io::Read/std::io::Write for this.