User Tools

Site Tools


подключение_звуковой_карты

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
подключение_звуковой_карты [2016/12/13 07:22]
val
подключение_звуковой_карты [2023/05/18 12:50] (current)
val [Debian/Ubuntu]
Line 1: Line 1:
 ====== Подключение звуковой карты ====== ====== Подключение звуковой карты ======
  
-===== Ubuntu =====+===== Debian/Ubuntu ===== 
 + 
 +  * [[http://​www.ekzorchik.ru/​2017/​09/​how-to-adjust-the-audio-output-mode-in-raspberry-pi-3-model-b/​|Как в Raspberry Pi 3 Model B настроить режим вывода аудио]] 
 +  * [[https://​linuxconfig.org/​how-to-test-microphone-with-audio-linux-sound-architecture-alsa|How to test microphone with Audio Linux Sound Architecture]] 
 <​code>​ <​code>​
-# dmesg | grep ac97+# dmesg | grep snd
  
 # apt install alsa-utils # apt install alsa-utils
Line 12: Line 16:
  
 # aplay bird_1.au # aplay bird_1.au
 +
 +# aplay -l
 +card 0 ... device 0
 +...
 +
 +# amixer cset numid=1 -- 100%
 +# amixer cset numid=2 -- 100%
 +
 +# aplay --device="​hw:​0,​0"​ bird_1.au
 +
 +# arecord -l
 +
 +# arecord -f S16_LE -d 10 -r 44100 --device="​hw:​0,​0"​ -c 2 filename.wav
 +
 +# aplay filename.wav
 </​code>​ </​code>​
  
подключение_звуковой_карты.1481602936.txt.gz · Last modified: 2016/12/13 07:22 by val