SliTaz GNU/Linux official and community documentation wiki.
.png
Translations of this page:

Alsaequal

Installation

Installation mit TazPkg:

# tazpkg get-install alsaequal

Erstellen einer Konfigurationsdatei ~/.asoundrc:

ctl.equal {
  type equal;
}

pcm.plugequal {
  type equal;
  # Modify the line below if you don't
  # want to use sound card 0.
  # slave.pcm "plughw:0,0";
  # or if you want to use with multiple applications output to dmix
  slave.pcm "plug:dmix"
}

pcm.equal {
  # Or if you want the equalizer to be your
  # default soundcard uncomment the following
  # line and comment the above line.
# pcm.!default {
  type plug;
  slave.pcm plugequal;
}

mpg123

Wenn das Arbeitsverzeichnis die Audiodateien enthält, können sie mit

$ mpg123 -a equal *

oder

$ mpg123 -a equal track1

abgespielt werden.

In einem weiteren Terminal kann alsamixer gestartet werden:

$ alsamixer -D equal

mpd

Bearbeiten Sie den Abschnitt audio_output der Konfigurationsdatei /etc/mpd.conf:

audio_output {
	type		"alsa"
	name		"equal"
	device		"plug:plugequal"
##	format		"44100:16:2"	# optional
##	mixer_device	"default"	# optional
##	mixer_control	"PCM"		# optional
##	mixer_index	"0"		# optional
}

Nach Start oder Neustart von mpd können Sie alsamixer verwenden:

$ alsamixer -D equal

moc

Kopieren Sie die Muster-Konfigurationsdatei aus dem Verzeichnis /usr/share/doc/moc in das Verzeichnis ~/.moc:

$ cp /usr/share/doc/moc/config.example ~/.moc/config

Ändern Sie dann darin die Zeile für das ALSA-Ausgabegerät in:

# ALSA output device
AlsaDevice    = equal

Starten Sie moc (erneut).

Verweise

http://www.thedigitalmachine.net/alsaequal.html



Qualitätsbericht
Qualität
Überprüfung
Priorität mittel
Probleme Verweis ist ungültig
Verbesserungsvorschläge Erläuterungen, wozu mpd und moc dienen
Kommentare in .asoundrc übersetzen



 
de/guides/alsaequal.txt · Last modified: 2017/05/21 17:33 by hgt