Skip to content

Commit

Permalink
chore(playback): use official symphonia
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesterday17 committed Aug 3, 2024
1 parent 24aa770 commit 12e82a6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
35 changes: 21 additions & 14 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions anni-playback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ reqwest = { workspace = true, features = [
"blocking",
"rustls-tls",
], default-features = false }
# symphonia = { version = "0.5.2", features = ["all"] }
symphonia = { git = "https://github.com/erikas-taroza/Symphonia", branch = "mp4-opus-improvements", default-features = false, features = [
symphonia = { version = "0.5.4", default-features = false, features = [
# codecs
"aac",
"flac",
# formats
"ogg",
] }
symphonia-core = { git = "https://github.com/erikas-taroza/Symphonia", branch = "mp4-opus-improvements" }
symphonia-core = "0.5.4"
crossbeam = { version = "0.8.2", features = ["crossbeam-channel"] }
rubato = "0.14.1"
rangemap = "1.3.0"
Expand Down

0 comments on commit 12e82a6

Please sign in to comment.