Hello Greg,

thanks for pointing me to the right direction. The beta option is
working fine if you don't use the equalizer. As I need the equalizer to
adjust the frequency response of my "Sonos remake", I had to finetune
the asound.conf.
The down-mix is working well now! All I have to do now is to un-comment
the five lines at the end of the asound.conf.

It would be great now to switch between a mono and a stereo-setup
without editing the asound.conf via SSH. Is there a way to do that in a
more clever way? The other option is to just have two SD cards (one for
mono and one for stereo).
Thanks for your ideas and comments.

Nick

asound.conf wrote: 
> # default - Generated by piCorePlayer
> pcm.!default {
> type plug
> slave.pcm "hw:0,0"
> }
> 
> #---ALSA EQ Below--------
> ctl.equal {
> type equal;
> controls "/home/tc/.alsaequal.bin"
> library "/usr/local/lib/ladspa/caps.so"
> }
> 
> pcm.plugequal {
> type equal;
> slave.pcm "plughw:1,0"
> controls "/home/tc/.alsaequal.bin"
> library "/usr/local/lib/ladspa/caps.so"
> }
> 
> pcm.equal {
> type plug;
> slave.pcm plugequal;
> 
> # Mono-Downmix added by Nick - remove next five comments to enable Mono
> #ttable {
> #0.1 1
> #0.0 1
> #1.0 1
> #1.1 1
> #}
> 
> }


------------------------------------------------------------------------
Nick L.'s Profile: http://forums.slimdevices.com/member.php?userid=57284
View this thread: http://forums.slimdevices.com/showthread.php?t=105470

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

Reply via email to