Update .config/mpd/mpd.conf
This commit is contained in:
parent
7d279a8313
commit
23ae88c354
1 changed files with 8 additions and 0 deletions
|
@ -213,6 +213,14 @@ input {
|
||||||
# blocks. Setting this block is optional, though the server will only attempt
|
# blocks. Setting this block is optional, though the server will only attempt
|
||||||
# autodetection for one sound card.
|
# autodetection for one sound card.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
audio_output {
|
||||||
|
type "fifo"
|
||||||
|
name "my_fifo"
|
||||||
|
path "/tmp/mpd.fifo"
|
||||||
|
format "44100:16:2"
|
||||||
|
}
|
||||||
|
|
||||||
# An example of an ALSA output:
|
# An example of an ALSA output:
|
||||||
#
|
#
|
||||||
#audio_output {
|
#audio_output {
|
||||||
|
|
Loading…
Reference in a new issue