Skip to content

Commit

Permalink
Deps: Move symphonia back to mainline repo.
Browse files Browse the repository at this point in the history
Temporary measure until symphonia 0.5.2 is released. Should allow us to merge #143 now that all our API additions and fixes are in.
  • Loading branch information
FelixMcFelix committed Nov 20, 2023
1 parent f72175b commit b7e40ab
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,20 @@ version = "0.11"
optional = true

[dependencies.symphonia]
branch = "songbird-fixes"
git = "https://github.com/FelixMcFelix/Symphonia"
git = "https://github.com/pdeljanov/Symphonia"
default-features = false
optional = true
version = "0.5"

[dependencies.symphonia-core]
branch = "songbird-fixes"
git = "https://github.com/FelixMcFelix/Symphonia"
git = "https://github.com/pdeljanov/Symphonia"
optional = true
version = "0.5"

[dev-dependencies]
criterion = "0.4"
ntest = "0.9"
symphonia = { version = "0.5", features = ["aac", "isomp4", "mp3"], git = "https://github.com/FelixMcFelix/Symphonia", branch = "songbird-fixes" }
symphonia = { version = "0.5", features = ["aac", "isomp4", "mp3"], git = "https://github.com/pdeljanov/Symphonia" }
utils = { path = "utils" }
tokio = { version = "1", features = ["rt", "rt-multi-thread"] }

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ features = ["builtin-queue"]
[dependencies.symphonia]
# version = "0.5"
features = ["aac", "mp3", "isomp4", "alac"] # ...as well as any extras you need!
# **NOTE**: For now, please use this fork in pre-releases for a key fix to
# seeking on streamed MKV/WebM files.
git = "https://github.com/FelixMcFelix/Symphonia"
branch = "songbird-fixes"
# **NOTE**: For now, please use this repository in pre-releases.
git = "https://github.com/pdeljanov/Symphonia"
```

## Dependencies
Expand Down
3 changes: 1 addition & 2 deletions examples/serenity/voice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ reqwest = "0.11"
[dependencies.symphonia]
version = "0.5"
features = ["aac", "mp3", "isomp4", "alac"]
git = "https://github.com/FelixMcFelix/Symphonia"
branch = "songbird-fixes"
git = "https://github.com/pdeljanov/Symphonia"

[dependencies.songbird]
path = "../../../"
Expand Down
3 changes: 1 addition & 2 deletions examples/serenity/voice_cached_audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ features = ["cache", "framework", "standard_framework", "voice", "http", "rustls
[dependencies.symphonia]
version = "0.5"
features = ["mp3"]
git = "https://github.com/FelixMcFelix/Symphonia"
branch = "songbird-fixes"
git = "https://github.com/pdeljanov/Symphonia"

[dependencies.tokio]
version = "1.0"
Expand Down
3 changes: 1 addition & 2 deletions examples/serenity/voice_events_queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ features = ["cache", "standard_framework", "voice", "rustls_backend"]
[dependencies.symphonia]
version = "0.5"
features = ["aac", "mp3", "isomp4", "alac"]
git = "https://github.com/FelixMcFelix/Symphonia"
branch = "songbird-fixes"
git = "https://github.com/pdeljanov/Symphonia"

[dependencies.tokio]
version = "1.0"
Expand Down
3 changes: 1 addition & 2 deletions examples/twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ features = ["driver", "gateway", "twilight", "rustls"]
[dependencies.symphonia]
version = "0.5"
features = ["aac", "mp3", "isomp4", "alac"]
git = "https://github.com/FelixMcFelix/Symphonia"
branch = "songbird-fixes"
git = "https://github.com/pdeljanov/Symphonia"

0 comments on commit b7e40ab

Please sign in to comment.