캡처 하드웨어 기기 목록에서 USB 마이크를 찾습니다. 쓰기
카드 번호와 기기 번호를 누릅니다.
arecord -l
재생 하드웨어 기기 목록에서 스피커를 찾습니다. 기록
카드 번호와 기기 번호가 나와 있습니다. 3.5mm 잭은 일반적으로
Analog 또는 bcm2835 ALSA (bcm2835 IEC958/HDMI 아님)로 라벨이 지정됨
aplay -l
홈 디렉터리 (/home/pi)에 .asoundrc라는 새 파일을 만듭니다. 제조업체
마이크와 스피커에 대한 올바른 슬레이브 정의가 있는지 확인합니다. 사용
<card number> 및 <device number>를 다음으로 바꿉니다.
이전 단계에서 적어 두었던 숫자입니다. 다음 두 가지 모두에 대해 이 작업을 수행하세요. pcm.mic
및 pcm.speaker
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-21(UTC)"],[[["This guide provides instructions to configure audio input and output on a Raspberry Pi for use with the sample."],["Users need to identify their microphone and speaker using `arecord -l` and `aplay -l` commands to obtain card and device numbers."],["An `.asoundrc` file is created in the home directory, requiring specific configurations with obtained card and device numbers for proper audio routing."],["Audio functionality is verified using `alsamixer`, `speaker-test`, `arecord`, and `aplay` commands, with troubleshooting tips for potential issues."],["HDMI and 3.5mm jack audio output selection can be managed through the Raspberry Pi's configuration settings."]]],[]]