mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Update README as symphonia can do vorbis now
This commit is contained in:
parent
cb9e72f2d9
commit
3aba98639c
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue