sfx: implement mixing multiple playbacks at once into the same output stream

This commit is contained in:
2026-06-23 09:18:32 +02:00
parent 646ea5bca3
commit 42f764c914
3 changed files with 144 additions and 75 deletions
+1
View File
@@ -16,6 +16,7 @@ futures = "0.3.32"
futures-timer = "3.0.4"
hound = "3.5.1"
iref = { version = "4.0.0", features = ["url", "serde"] }
itertools = "0.15.0"
jack = "0.13.5"
json-ld = { version = "0.21.4", features = ["reqwest", "serde"] }
log = "0.4.32"