jshoor;675373 Wrote: 
> 
> ./squeezeslave
> Expression 'alsa_snd_pcm_hw_params_set_buffer_size_near( pcm, hwParams,
> &lowLatency )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 904
> Expression 'alsa_snd_pcm_hw_params_set_buffer_size_near( pcm, hwParams,
> &lowLatency )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 904
> Expression 'alsa_snd_pcm_hw_params_set_buffer_size_near( pcm, hwParams,
> &lowLatency )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 904
> 

Well, it looks like the warning messages were my fault.  I had a custom
.asoundrc that allowed me to do volume control over hdmi. See below if
you are interested:
pcm.hdmi_hw {
type hw
card 0     
device 3   
}

pcm.hdmi_formatted {
type plug
slave {
pcm hdmi_hw
rate 48000
channels 2
}
}

pcm.hdmi_complete {
type softvol
slave.pcm hdmi_formatted
control.name hdmi_volume
control.card 0
max_dB 40.0
}

pcm.!default {
type plug
slave {
pcm hdmi_hw
rate 48000
channels 2
}
}

When I removed the file altogether, the warnings went away, but the
output is still tinny. It almost sounds like the playback is too fast.
It is possibly a result of using the wrong sample rate?

Thanks again!!
-J


-- 
jshoor
------------------------------------------------------------------------
jshoor's Profile: http://forums.slimdevices.com/member.php?userid=40739
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to