Use PulseAudio on top of ALSA
This commit is contained in:
parent
34479529ff
commit
257a7e4007
@ -1,6 +1,5 @@
|
|||||||
#+TITLE: Music Configuration
|
#+TITLE: Music Configuration
|
||||||
|
|
||||||
|
|
||||||
* NCMPCPP
|
* NCMPCPP
|
||||||
https://rybczak.net/ncmpcpp/
|
https://rybczak.net/ncmpcpp/
|
||||||
Cheatsheet: https://pkgbuild.com/~jelle/ncmpcpp/
|
Cheatsheet: https://pkgbuild.com/~jelle/ncmpcpp/
|
||||||
@ -787,16 +786,16 @@ input {
|
|||||||
#
|
#
|
||||||
# An example of an ALSA output:
|
# An example of an ALSA output:
|
||||||
#
|
#
|
||||||
audio_output {
|
#audio_output {
|
||||||
type "alsa"
|
# type "alsa"
|
||||||
name "My ALSA Device"
|
# name "My ALSA Device"
|
||||||
period_time "50000"
|
# period_time "50000"
|
||||||
# device "hw:0,0" # optional
|
## device "hw:0,0" # optional
|
||||||
# mixer_type "hardware" # optional
|
## mixer_type "hardware" # optional
|
||||||
# mixer_device "default" # optional
|
## mixer_device "default" # optional
|
||||||
# mixer_control "PCM" # optional
|
## mixer_control "PCM" # optional
|
||||||
# mixer_index "0" # optional
|
## mixer_index "0" # optional
|
||||||
}
|
#}
|
||||||
|
|
||||||
# For NCMPCPP Visualizer
|
# For NCMPCPP Visualizer
|
||||||
audio_output {
|
audio_output {
|
||||||
@ -869,12 +868,12 @@ audio_output {
|
|||||||
#
|
#
|
||||||
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
|
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
|
||||||
#
|
#
|
||||||
#audio_output {
|
audio_output {
|
||||||
# type "pulse"
|
type "pulse"
|
||||||
# name "My Pulse Output"
|
name "My Pulse Output"
|
||||||
## server "remote_server" # optional
|
# server "localhost" # optional
|
||||||
## sink "remote_server_sink" # optional
|
# sink "remote_server_sink" # optional
|
||||||
#}
|
}
|
||||||
#
|
#
|
||||||
# An example of a winmm output (Windows multimedia API).
|
# An example of a winmm output (Windows multimedia API).
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user