rodio/tests
dvdsk 26e9db7b87
remove seek support for (lewton) vorbis
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: 3bafe32388
2024-04-04 12:54:09 +02:00
..
flac_test.rs Move sound to assets/; Exclude it from package (#421) 2022-03-26 20:15:18 +01:00
seek.rs remove seek support for (lewton) vorbis 2024-04-04 12:54:09 +02:00
wav_test.rs Move sound to assets/; Exclude it from package (#421) 2022-03-26 20:15:18 +01:00