services/pipewire: add peak detection

This commit is contained in:
outfoxxed 2026-01-08 22:51:53 -08:00
parent 5d8354a88b
commit 11d6d67961
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
7 changed files with 513 additions and 1 deletions

View file

@ -19,6 +19,7 @@ set shell id.
- Added minimized, maximized, and fullscreen properties to FloatingWindow.
- Added the ability to handle move and resize events to FloatingWindow.
- Pipewire service now reconnects if pipewire dies or a protocol error occurs.
- Added pipewire audio peak detection.
## Other Changes