Hallo Experten,
ich habe es endlich geschafft, mpd ans Laufen zu bekommen. Es kommt auch Sound aus meiner Soundkarte 1010LT (ICE1712) auf den Ausgängen 0 und 1. Diese Soundkarte hat 8 analoge Ausgänge und diese möchte ich gerne an einen Russound MCA-C5 anschließen.
Wie teile ich mpd mit, dass ich die Ausgabe auf Chinch 2 und 3 haben möchte, damit ich eine zweite Instanz erstellen kann.
Anbei meine mpd.conf
[INFORMATION]
# An example configuration file for MPD
playlist_directory "/var/run/mpd/playlists"
db_file "/var/run/mpd/tag_cache"
log_file "/var/run/mpd/mpd.log"
pid_file "/var/run/mpd/pid"
state_file "/var/run/mpd/state"
sticker_file "/var/run/mpd/sticker.sql"
#user "mpd"
bind_to_address "localhost"
port "6600"
input {
plugin "curl"
}
# Audio Output
audio_output {
type "alsa"
name "Bad"
mixer_type "software" # optional
# device "plughw:0,1" # optional
# format "44100:16:2" # optional
mixer_device "default" # optional
mixer_control "PCM" # optional
mixer_index "1" # optional
}
[/INFORMATION]
Ich habe den Verdacht, dass es mit der asound.conf zusammenhängt. Ich habe aber leider überhaupt keine Ahnung von dieser Materie!
Gruß Norbert
ich habe es endlich geschafft, mpd ans Laufen zu bekommen. Es kommt auch Sound aus meiner Soundkarte 1010LT (ICE1712) auf den Ausgängen 0 und 1. Diese Soundkarte hat 8 analoge Ausgänge und diese möchte ich gerne an einen Russound MCA-C5 anschließen.
Wie teile ich mpd mit, dass ich die Ausgabe auf Chinch 2 und 3 haben möchte, damit ich eine zweite Instanz erstellen kann.
Anbei meine mpd.conf
[INFORMATION]
# An example configuration file for MPD
playlist_directory "/var/run/mpd/playlists"
db_file "/var/run/mpd/tag_cache"
log_file "/var/run/mpd/mpd.log"
pid_file "/var/run/mpd/pid"
state_file "/var/run/mpd/state"
sticker_file "/var/run/mpd/sticker.sql"
#user "mpd"
bind_to_address "localhost"
port "6600"
input {
plugin "curl"
}
# Audio Output
audio_output {
type "alsa"
name "Bad"
mixer_type "software" # optional
# device "plughw:0,1" # optional
# format "44100:16:2" # optional
mixer_device "default" # optional
mixer_control "PCM" # optional
mixer_index "1" # optional
}
[/INFORMATION]
Ich habe den Verdacht, dass es mit der asound.conf zusammenhängt. Ich habe aber leider überhaupt keine Ahnung von dieser Materie!
Gruß Norbert
Kommentar