aboutsummaryrefslogtreecommitdiffstats
path: root/app/audiorole.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-06-10Modify mixer to use the new pipewire audiomixer bindingGeorge Kiagiadakis1-5/+7
Bug-AGL: SPEC-2473 Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com> Change-Id: I45595d6bde1b710fb81216676c3f8a390f4e5737
2018-12-19Reworked the way qml create slidersLoïc Collignon1-0/+54
Use the qml MVC to populate a ListView with components based on a template VolumeSlider. Should now handle potential disconnections, volume changes by third-party and also fix the issue where sliders are set to 0 at startup. Change-Id: I2961d5a1584a121c473ece253faa90a747c64445 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>