forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello! I've got empty file wen recording from internal microphone on OrangePi 3 LTS board.
uname -a
Linux orangepi3-lts 6.12.16-edge-sunxi64 #1 SMP Fri Feb 21 13:01:47 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
I've tried also 6.6.75 kernel with no success.
arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: ac200audio [ac200-audio], device 0: 508f000.i2s-ac200-dai ac200-dai-0 [508f000.i2s-ac200-dai ac200-dai-0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Camera [2K Camera], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
Unmuted onboard microphone with alsamixer in "Playback" section - i hear sound from onboard microphone when unmuted - microphone is working itself.
Selected MIC1 in "Capture" section in alsamixer
Then i've tried to record audio with this commands and always got a file with silence:
sudo arecord -c 2 --rate 48000 --device=hw:0,0 --duration=10 --format=S16_LE test.wav
sudo arecord -c 1 --rate 48000 --device=hw:0,0 --duration=10 --format=S16_LE test.wav
sudo arecord -c 2 --device=hw:0,0 --duration=10 --format=S16_LE test.wav
When i'm recording from usb camera - i'm getting file with correct audio:
sudo arecord -c 2 --rate 48000 --device=hw:2,0 --duration=10 --format=S16_LE test.wav
Described problem on Reddit:
https://www.reddit.com/r/OrangePI/comments/1jdhes0/orange_pi_3_lts_internal_microphore_records/
Metadata
Metadata
Assignees
Labels
No labels