Skip to content

Commit

Permalink
feat(playback): upgrade libopus
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesterday17 committed Sep 21, 2024
1 parent 9b2aa36 commit c65aaad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion anni-playback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ anyhow.workspace = true
once_cell.workspace = true
audiopus = { git = "https://github.com/ProjectAnni/audiopus" }
log.workspace = true
anni-provider = { version = "0.3.1", path = "../anni-provider", default-features = false, features = ["priority"] }
anni-provider = { version = "0.3.1", path = "../anni-provider", default-features = false, features = [
"priority",
] }
anni-common = { version = "0.2", path = "../anni-common" }
thiserror.workspace = true
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion anni-playback/src/decoder/opus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl Decoder for OpusDecoder {
&[symphonia_core::support_codec!(
CODEC_TYPE_OPUS,
"opus",
"libopus (1.3+, audiopus)"
"libopus (1.5+, audiopus)"
)]
}

Expand Down

0 comments on commit c65aaad

Please sign in to comment.