Open kartonrad opened 3 months ago
Why? Because you can then use something like a std::io::Cursor<Vec> and write to it on the fly.
The reader can be queried for the remaining samples, and thus we can make sure that we don't read past the end of the stream.
Why? Because you can then use something like a std::io::Cursor<Vec> and write to it on the fly.
The reader can be queried for the remaining samples, and thus we can make sure that we don't read past the end of the stream.