08-18-2022, 09:30 AM
ok. To make peppymeter work WITH and AFTER camilladsp you do this:
No loopback , you don't need it and do not change anything in moodeaudio playerlib.php.
in /etc/asound.conf change slave.pcm to plughw:0,0 (so we keep moodeaudio magic working)
pcm.peppyalsa {
type meter
slave.pcm "plughw:0,0"
scopes.0 peppyalsa
}
in camilladsp tab, example:
configuration -> flat, default device NO, click SAVE at the top.
enable status, expert mode and open pipeline editor.
Change Playback device, device -> peppyalsa , click Files at the top left and save config to flat.yml
reboot... it is working ?? yes it is
you can then start peppymeter with your actual config
cd ~/PeppyMeter/
DISPLAY=:0 python3 peppymeter.py
@fdealexa Thank you for your detailed install instructions.
No loopback , you don't need it and do not change anything in moodeaudio playerlib.php.
in /etc/asound.conf change slave.pcm to plughw:0,0 (so we keep moodeaudio magic working)
pcm.peppyalsa {
type meter
slave.pcm "plughw:0,0"
scopes.0 peppyalsa
}
in camilladsp tab, example:
configuration -> flat, default device NO, click SAVE at the top.
enable status, expert mode and open pipeline editor.
Change Playback device, device -> peppyalsa , click Files at the top left and save config to flat.yml
reboot... it is working ?? yes it is
you can then start peppymeter with your actual config
cd ~/PeppyMeter/
DISPLAY=:0 python3 peppymeter.py
@fdealexa Thank you for your detailed install instructions.