사용자 도구

사이트 도구


linux:audio

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:audio [2021/07/06 14:54]
kwon37xi [pauvcontrol]
linux:audio [2021/12/22 12:12] (현재)
kwon37xi
줄 1: 줄 1:
 ====== Linux Audio / Sound ====== ====== Linux Audio / Sound ======
 +  * [[linux:audio:noisetorch|Noise Torch]]
 +  * [[linux:audio:pulsemixer|PulseMixer]]
 +
 +===== audio / sound codec 확인 =====
 +<code sh>
 +cat /proc/asound/card*/codec* | grep Codec
 +</code>
  
 ===== Mute/Unmute toggle ===== ===== Mute/Unmute toggle =====
줄 50: 줄 57:
   * [[https://superuser.com/questions/460739/how-to-listen-to-microphone-output-on-linux|audio - How to listen to microphone output on Linux? - Super User]]   * [[https://superuser.com/questions/460739/how-to-listen-to-microphone-output-on-linux|audio - How to listen to microphone output on Linux? - Super User]]
   * [[https://wiki.debian.org/PulseAudio|PulseAudio - Debian Wiki]]   * [[https://wiki.debian.org/PulseAudio|PulseAudio - Debian Wiki]]
-  * [[https://www.hifiberry.com/simpl-recordings-using-arecord-aplay/|-f S32_LE -r 96000 -c 2 -d 10]]+  * [[https://www.hifiberry.com/simpl-recordings-using-arecord-aplay/|SIMPLE RECORDINGS USING ARECORD/APLAY 
 +]] : 음질 높이는 방법
  
 ==== arecord/aplay 사용 ==== ==== arecord/aplay 사용 ====
줄 58: 줄 66:
  
 # 딜레이는 없어지나 음질이 떨어짐 # 딜레이는 없어지나 음질이 떨어짐
-arecord --buffer-time=20 - | aplay --buffer-time=20 - # realtime kernel 은 40 (ms)로 지정+# 링크상에는 20으로 하라고 돼 있으나 실제 해보니 40이 더 나은듯? 
 +arecord --buffer-time=40 - | aplay --buffer-time=40 - # realtime kernel 은 40 (ms)로 지정
  
 # 음질 높이기 # 음질 높이기
-arecord -f S32_LE -r 96000 -c 2 -d 10 --buffer-time=20 - | aplay --buffer-time=20 -+arecord -f S32_LE -r 96000 -c 2 -d 10 --buffer-time=40 - | aplay --buffer-time=40 -
 </code> </code>
  
linux/audio.1625550873.txt.gz · 마지막으로 수정됨: 2021/07/06 14:54 저자 kwon37xi