Use PulseAudio on top of ALSA

This commit is contained in:
Thomas Dehaeze 2019-04-04 12:32:50 +02:00
parent 34479529ff
commit 257a7e4007

View File

@ -1,6 +1,5 @@
#+TITLE: Music Configuration
* NCMPCPP
https://rybczak.net/ncmpcpp/
Cheatsheet: https://pkgbuild.com/~jelle/ncmpcpp/
@ -787,16 +786,16 @@ input {
#
# An example of an ALSA output:
#
audio_output {
type "alsa"
name "My ALSA Device"
period_time "50000"
# device "hw:0,0" # optional
# mixer_type "hardware" # optional
# mixer_device "default" # optional
# mixer_control "PCM" # optional
# mixer_index "0" # optional
}
#audio_output {
# type "alsa"
# name "My ALSA Device"
# period_time "50000"
## device "hw:0,0" # optional
## mixer_type "hardware" # optional
## mixer_device "default" # optional
## mixer_control "PCM" # optional
## mixer_index "0" # optional
#}
# For NCMPCPP Visualizer
audio_output {
@ -869,12 +868,12 @@ audio_output {
#
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#
#audio_output {
# type "pulse"
# name "My Pulse Output"
## server "remote_server" # optional
## sink "remote_server_sink" # optional
#}
audio_output {
type "pulse"
name "My Pulse Output"
# server "localhost" # optional
# sink "remote_server_sink" # optional
}
#
# An example of a winmm output (Windows multimedia API).
#