fix: Opus audio does not work in mkv files (#95)

* change rodio to the fork with symphonia-adapter-libopus-v0.2.8

* update flatpak sources

* deps: update arabianq/rodio rev
This commit is contained in:
Tarasov Aleksandr
2026-05-13 23:02:31 +03:00
committed by GitHub
parent 2b4b7ea730
commit 30e75e924c
3 changed files with 18 additions and 18 deletions
Generated
+1 -1
View File
@@ -3322,7 +3322,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
[[package]]
name = "rodio"
version = "0.22.2"
source = "git+https://github.com/RustAudio/rodio.git?rev=57ad9d8a9f30398f634fbf8e4e1d53dde7243c21#57ad9d8a9f30398f634fbf8e4e1d53dde7243c21"
source = "git+https://github.com/arabianq/rodio.git?rev=1a08f281c352622bd82b87b8731585245802d9cf#1a08f281c352622bd82b87b8731585245802d9cf"
dependencies = [
"cpal",
"dasp_sample",
+1 -1
View File
@@ -29,7 +29,7 @@ clap = { version = "4.6.1", default-features = false, features = [
dirs = "6.0.0"
itertools = "0.14.0"
rodio = { git = "https://github.com/RustAudio/rodio.git", rev = "57ad9d8a9f30398f634fbf8e4e1d53dde7243c21", default-features = false, features = [
rodio = { git = "https://github.com/arabianq/rodio.git", rev = "1a08f281c352622bd82b87b8731585245802d9cf", default-features = false, features = [
"symphonia-all",
"symphonia-libopus",
"playback",
File diff suppressed because one or more lines are too long