Re: Archphile - μια audiophile διανομή για Raspberry Pi, Udoo και Cubox-i
Λοιπόν Δημήτρη,
το βρήκα. Μια γραμμή που είναι σχόλιο πρέπει να ενεργοποιηθεί στο asound.conf και θα δουλέψει 100%
Η γραμμή που ενεργοποίησα σε σχέση με πριν είναι:
Εdit:
Την ολη διαδικασία την έχω γράψει και εδώ:
http://archphile.org/lab/playground/alsaequal-guide.txt
Λοιπόν Δημήτρη,
το βρήκα. Μια γραμμή που είναι σχόλιο πρέπει να ενεργοποιηθεί στο asound.conf και θα δουλέψει 100%
Code:
ctl.equal {
type equal;
}
pcm.plugequal {
type equal;
# Modify the line below if you do not
# want to use sound card 0.
slave.pcm "plughw:0,0";
#by default we want to play from more sources at time:
#slave.pcm "plug:dmix";
}
# pcm.equal {
# If you do not want the equalizer to be your
# default soundcard comment the following
# line and uncomment the above line. (You can
# choose it as the output device by addressing
# it with specific apps,eg mpg123 -a equal 06.Back_In_Black.mp3)
pcm.!default {
type plug;
slave.pcm plugequal;
}
Η γραμμή που ενεργοποίησα σε σχέση με πριν είναι:
Code:
slave.pcm "plughw:0,0";
Εdit:
Την ολη διαδικασία την έχω γράψει και εδώ:
http://archphile.org/lab/playground/alsaequal-guide.txt