Skip to content

Commit

Permalink
Symphonia enable all formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Feb 9, 2024
1 parent 9d8c486 commit bc39f9b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lexical-sort = "0.3"
rand = "0.8"
regex = "1"
serde = { version = "1", features = ["derive"] }
symphonia = { version = "0.5", features = ['all-codecs']}
symphonia = { version = "0.5", features = ['all']}
walkdir = "2"

rodio = { version = "0.16", optional = true } # 0.17 panics when source ends
Expand Down
2 changes: 1 addition & 1 deletion src/library/player/sympal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl Player for Backend {
symphonia::default::formats::FlacReader::query(),
symphonia::default::formats::WavReader::query(),
symphonia::default::formats::AdtsReader::query(),
// symphonia::default::formats::IsoMp4Reader::query(),
symphonia::default::formats::IsoMp4Reader::query(),
]
.iter().map(|descriptors|
descriptors.iter().map(|descriptor|
Expand Down

0 comments on commit bc39f9b

Please sign in to comment.