зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
53 строки
1.4 KiB
Plaintext
53 строки
1.4 KiB
Plaintext
https://wiki.archlinux.org/title/PulseAudio
|
|
https://wiki.gentoo.org/wiki/PulseAudio
|
|
https://habr.com/ru/articles/106806/
|
|
/etc/asound.conf
|
|
/etc/pulse/client.conf
|
|
~/.config/pulse/default.pa
|
|
pactl
|
|
https://www.baeldung.com/linux/boost-sound-volume-above-max
|
|
https://megamorf.gitlab.io/2018/12/16/set-audio-volume-from-command-line/
|
|
|
|
PulseAudio
|
|
https://wiki.archlinux.org/index.php/PulseAudio
|
|
https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting
|
|
https://wiki.archlinux.org/index.php/PulseAudio/Examples
|
|
https://wiki.ubuntu.com/PulseAudio
|
|
|
|
https://bbs.archlinux.org/viewtopic.php?id=164868
|
|
|
|
http://www.opennet.ru/tips/3014_pulseaudio_sound_audio_linux.shtml
|
|
http://0pointer.de/blog/projects/pulse-glitch-free.html
|
|
|
|
pavucontrol
|
|
|
|
http://forums.netrunner.com/showthread.php?tid=17344
|
|
|
|
https://forum.manjaro.org/index.php?topic=3681.0
|
|
|
|
sudo pacman -Sy manjaro-printer && sudo systemctl enable cups.service
|
|
sudo pacman -Sy manjaro-pulse
|
|
and that's it.
|
|
|
|
https://forum.manjaro.org/index.php?topic=4809.0
|
|
manjaro-pulse, pavucontrol, pulseaudio, pulseaudio-alsa
|
|
|
|
|
|
pactl
|
|
list short sinks
|
|
|
|
/etc/pulse/default.pa
|
|
~/.config/pulse/default.pa
|
|
### Automatically load driver modules for Bluetooth hardware
|
|
#.ifexists module-bluetooth-policy.so
|
|
#load-module module-bluetooth-policy
|
|
#.endif
|
|
|
|
#.ifexists module-bluetooth-discover.so
|
|
#load-module module-bluetooth-discover
|
|
#.endif
|
|
|
|
Samples
|
|
aplay -l
|
|
aplay [-D plughw:1,0] /usr/share/sounds/alsa/Front_Right.wav
|