Update README as symphonia can do vorbis now

This commit is contained in:
est31 2022-01-25 04:00:26 +01:00
parent cb9e72f2d9
commit 3aba98639c

View file

@ -13,7 +13,7 @@ Rust playback library.
- Flac decoding is handled by [claxon](https://github.com/ruuda/claxon).
- MP4 and AAC (both disabled by default) are handled by [Symphonia](https://github.com/pdeljanov/Symphonia).
Alternatively, Symphonia can be used to decode any of the other codecs above with the exception of Vorbis. See the docs for more details on backends.
Alternatively, Symphonia can be used to decode any of the other codecs above. See the docs for more details on backends.
# [Documentation](http://docs.rs/rodio)
@ -31,4 +31,4 @@ at your option.
### License of your contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.