audio: Switch to symphonia by default

Deprecate minimp3 for MP3 decoding and switch to symphonia on
desktop by default. Eventually the minimp3 feature will be removed.
This commit is contained in:
Mike Welsh 2022-09-05 13:46:02 -07:00
parent 45960de7dc
commit 70c7174bfe
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
clap = { version = "3.2.20", features = ["derive"] }
cpal = "0.14.0"
ruffle_core = { path = "../core", features = ["audio", "minimp3", "nellymoser"] }
ruffle_core = { path = "../core", features = ["audio", "symphonia", "nellymoser"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
ruffle_video_software = { path = "../video/software", optional = true }
env_logger = { version = "0.9", default-features = false, features = ["humantime"] }