wip: generic audio implementation

This commit is contained in:
Fabio Lenherr / DashieTM 2024-04-01 18:02:26 +02:00
parent f2e833eae5
commit 472584649b
11 changed files with 567 additions and 82 deletions

View file

@ -7,8 +7,9 @@ repository = "https://github.com/Xetibo/ReSet"
license = "GPL-3.0-or-later"
[dependencies]
#reset_daemon = "1.1.0"
re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib" }
# reset_daemon = "1.1.0"
re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib" , branch = "audioobject"}
# re_set-lib = "3.1.6"
reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dashie" }
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
dbus = "0.9.7"