ralphy;675570 Wrote: 
> Yes the hdmi device is using 48KHz sample rate and squeezeslave only
> supports 44.1.

Thanks again!  After playing around a lot with my alsa config and
different inputs, I was finally able to get it to work. I was even able
to get it to work with dmix so I could share the audio device across
apps.

If anyone is interested, this is my final asoundrc. With it I am able
to play everything through the default device.

pcm.!default            { type                  plug;
slave.pcm             "dmix0"; }
ctl.!default            { type hw; card 0; device 3; }

pcm.dsp0                { type                  plug;
slave.pcm             "dmix0"; }
ctl.dsp0                { type hw; card 0; device 3; }
ctl.mixer0              { type hw; card 0; device 3; }

pcm.dmix0               { type                  dmix;
ipc_key               13759;

slave.pcm             "hw:0,3";
slave.channels        2;

slave.rate            48000;
slave.period_size     4096;
slave.buffer_size     16384;

slave.period_time     84000;
slave.buffer_time     340000;

# Map only the first two channels
bindings.0            0;
bindings.1            1; }


-- 
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