After spending a day on this topic I found that this works inside of ~/.asoundrc
I have two audio cards so pcm "hw:0,3" is not my HDMI so I had to change it to pcm "hw:1,3" and it works!Code:pcm.dmixer { type dmix ipc_key 1024 ipc_key_add_uid false ipc_perm 0660 slave { pcm "hw:0,3" rate 48000 channels 2 period_time 0 period_size 1024 buffer_time 0 buffer_size 4096 } } pcm.!default { type plug slave.pcm "dmixer" }
Also, all I have to do is change pcm "hw:1,3" back to pcm "hw:0,0" and all audio goes out the 1/8 inch jack instead.
this info was found @
http://forum.boxee.tv/archive/index.php/t-8147.html



Adv Reply



Bookmarks