зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 05:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			43 строки
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 строки
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| https://wiki.archlinux.org/title/PulseAudio
 | |
| https://wiki.archlinux.org/title/PulseAudio/Examples
 | |
| https://wiki.gentoo.org/wiki/PulseAudio
 | |
| https://wiki.ubuntu.com/PulseAudio
 | |
| 
 | |
| https://habr.com/ru/articles/106806/
 | |
|     /etc/asound.conf
 | |
|     /etc/pulse/client.conf
 | |
|     ~/.config/pulse/default.pa
 | |
| 
 | |
| 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
 | |
| 
 | |
| /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
 | 
