(19-Jun-2018, 02:55 PM)agent_kith Wrote:(19-Jun-2018, 02:09 PM)vv329 Wrote: Hi Kith,
I am testing out Snakeoil OS to see if it fits for the purpose.
I am currently using a Dell Optiplex 390 i3 desktop as music server, running Lubuntu 16.04 LTS and MPD v19, I am using MPD's pipe output to Ecasound for a 4 ways active speaker, external USB sound card is Asus U7, this setup also involving custom compile FIR filters from source code created by Richard Taylor. This setup working beautifully excepted that the OS is not optimized for audio use.
Since I have seen that your MPD implementation does not use mpd.conf, would it be possible to use MPD's pipe output in SnakeOil OS?
Best regards,
William
Hi William,
Can you cut and paste the contents of your configuration here?
Hi Kith,
Here is the output section, the rest of file is not altered and pretty much standard file generate by MPD install, this is not the latest version of the scripts, all *.ecp file containing values of the filters are saved in /etc directory.
audio_output {
type "pipe"
name "LX521"
format "96000:32:2"
mixer_type "software"
command "ecasound -q -B:RT -b:384 -r:20 -z:nodb -z:mixmode,sum -a:pre1 -f: s32_le,2,96000,i -i: stdin -pf:/etc/pre1cut.ecp -o:loop,1 -a:pre2,woofer1,woofer2 -i:loop,1 -a:pre2 -pf:/etc/pre2.ecp -o loop,2 -a:mid,tweeter -i:loop,2 -a:woofer1 -pf:/etc/woofer.ecp -chorder:0,0,0,0,0,0,1,2 -a:woofer2 -pf:/etc/woofer.ecp -chorder:0,0,1,2,0,0,0,0 -a:mid -pf:/etc/mid.ecp -chorder:1,2,0,0,0,0,0,0 -a:tweeter -pf:/etc/tweeter.ecp -chorder:0,0,0,0,1,2,0,0 -a:woofer1,woofer2,mid,tweeter -f:24,8,96000 -o:alsa,surround71:U7"
}
William