@northwarks wrote:
My Phat Dac works perfectly, my Scroll Phat also works fine all on the same Pi Zero. I can stream a radio station with mpc and run the examples in the Scroll Phat folder. I've tried to get pivumeter to work today and failed miserably - Started with a fresh build and run the scripts for both Phat Dac, Scroll Phat and pivumeter. My sound.conf looks like this post pivumeter install:
pcm.!default {
type plug
slave.pcm {
type meter
slave.pcm "softvol"
scopes.0 pivumeter
}
}ctl.!default {
type hw
card 0
}pcm.dmixer {
type dmix
ipc_key 1024
ipc_perm 0666
slave.pcm 'hw:0,0'
slave {
period_time 0
period_size 1024
buffer_size 8192
}
bindings {
0 0
1 1
}
}ctl.dmixer {
type hw
card 0
}pcm.softvol {
type softvol
slave.pcm "dmixer"
control {
name "PCM"
card 0
}
}pcm_scope.pivumeter {
type pivumeter
decay_ms 500
peak_ms 400
brightness 128
output_device scroll-phat
}pcm_scope_type.pivumeter {
lib /usr/local/lib/libpivumeter.so
}pcm.pivumeter {
type meter
slave.pcm 'hw:0,0'
scopes.0 pivumeter
}pcm.dsp0 pivumeter
anyone got any thoughts or pointers ?
Posts: 1
Participants: 1