rodio/tests
Austin Schey 0988e8c886
Add optional Symphonia backend (#376)
* add symphonia decoder

* add symphonia-flac

* better compile errors

* remove unsafe send

* update ci

* sudo

* disable duration check because symphonia does not support it

* add error handling

* cleanup

* update symphonia and fix breaking changes

* update to published symphonia version

* update docs

* reduce namespace duplication

* remove extra reference to current frame

* pr comments

* exclude decoders from module if unused

* fix flac test

* recommend disabling default features with symphonia
2021-06-29 09:12:28 +02:00
..
audacity16bit.wav Fix reading WAV of different encodings. (#199) 2018-11-09 21:58:43 +01:00
audacity16bit_level5.flac Add basic test for flac decoding 2019-05-15 03:16:01 +02:00
audacity24bit_level0.flac Add basic test for flac decoding 2019-05-15 03:16:01 +02:00
audacity24bit_level5.flac Add basic test for flac decoding 2019-05-15 03:16:01 +02:00
audacity24bit_level8.flac Add basic test for flac decoding 2019-05-15 03:16:01 +02:00
audacity32bit.wav Fix reading WAV of different encodings. (#199) 2018-11-09 21:58:43 +01:00
flac_test.rs Add optional Symphonia backend (#376) 2021-06-29 09:12:28 +02:00
lmms16bit.wav Fix reading WAV of different encodings. (#199) 2018-11-09 21:58:43 +01:00
lmms24bit.wav Fix reading WAV of different encodings. (#199) 2018-11-09 21:58:43 +01:00
lmms32bit.wav Fix reading WAV of different encodings. (#199) 2018-11-09 21:58:43 +01:00
wav_test.rs Remove deadcode + rustfmt 2020-05-02 13:33:57 +01:00