summaryrefslogtreecommitdiff
path: root/services/Audio.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: configurable max volume (#723)Robin Seger2025-10-131-2/+2
| | | | | | | | | | * feat: configurable max volume - Add maxVolume config option to ServiceConfig - Add maxValue property to FilledSlider component - Update OSD sliders to respect maxVolume setting - Update example config in README * fix: remove redundant maxValue prop
* audio: audio device changed toasts (#684)Robin Seger2025-09-231-0/+34
| | | | | | | | | | | | | * Added toast notifications for audio device changes * rename to toasts * moved into audio service * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* plugin: fix crashes2 * r + 2 * t2025-09-161-7/+0
| | | | Fixes #629
* plugin: refactor into modules2 * r + 2 * t2025-09-131-1/+1
|
* plugin/ac: not singleton2 * r + 2 * t2025-09-091-0/+21
| | | | | | Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
* osd: add mic volume2 * r + 2 * t2025-08-271-0/+18
| | | | Disabled by default
* config: add audio increment option2 * r + 2 * t2025-08-051-0/+9
|
* audio: clamp volume2 * r + 2 * t2025-08-051-7/+12
| | | | Closes #350
* bar/popouts: add audio device switcher (#319)Laurens Duin2025-08-051-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: basic audio switcher * feat: replace VerticalSlider with StyledSlider * fix: styling * fix: formatting * chore: make sound icons consistent, change slider styling * feat: styled slider component variants * chore: cleanup * chore: cleanup * fix: pr fixes * fix: remove redundant code * chore: remove old code * fix: controls styling * fixes * more tweaks * radiobtn: add interaction stuff Anim slider --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* feat: audio osd2 * r + 2 * t2025-05-041-0/+25