🎉 Implement working Audio Mixer backend with Jack support

This commit is contained in:
2024-02-24 23:03:18 +01:00
commit bc4cea580b
10 changed files with 799 additions and 0 deletions

View File

@ -0,0 +1,7 @@
[web]
bind = "0.0.0.0"
port = 8080
[jack]
enabled = true
client_name = "go-mix Jack"