mirror of
https://github.com/RustAudio/rodio
synced 2024-11-12 23:17:08 +00:00
26e9db7b87
seek is broken, https://github.com/RustAudio/lewton/issues/73.
We could work around it by:
- using unsafe to create an instance of Self
- use mem::swap to turn the &mut self into a mut self
- take out the underlying Read+Seek
- make a new self and seek
If this issue is fixed use the implementation in
commit:
|
||
---|---|---|
.. | ||
flac_test.rs | ||
seek.rs | ||
wav_test.rs |