feat: Add persistent configuration and enumerate PipeWire audio devices

This commit is contained in:
2026-05-27 16:03:07 -04:00
parent e0ba002c12
commit dac53fc2ad
8 changed files with 352 additions and 24 deletions
+1
View File
@@ -29,3 +29,4 @@ pub trait AudioBackend: Send + Sync {
}
pub mod pipewire_impl;
pub mod pw_cli;