Docs: Correct version for symphonia codec support

This commit is contained in:
Kyle Simpson
2023-01-23 16:12:25 +00:00
parent fdd0d830c7
commit ed4be7c607

View File

@@ -37,7 +37,7 @@ features = ["builtin-queue"]
# To get additional codecs, you *must* add Symphonia yourself. # To get additional codecs, you *must* add Symphonia yourself.
# This includes the default formats (MKV/WebM, Ogg, Wave) and codecs (FLAC, PCM, Vorbis)... # This includes the default formats (MKV/WebM, Ogg, Wave) and codecs (FLAC, PCM, Vorbis)...
[dependencies.symphonia] [dependencies.symphonia]
# version = "0.5" version = "0.5.2"
features = ["aac", "mp3", "isomp4", "alac"] # ...as well as any extras you need! features = ["aac", "mp3", "isomp4", "alac"] # ...as well as any extras you need!
``` ```