PDM MIC issues i.MX93

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

PDM MIC issues i.MX93

1,241 次查看
mohamed_gaseen
Contributor IV

Hello,

I'm recently working on the PDM microphone enablement on the i.MX93 evaluation board. The issue is that the interrupt is not detected. The audio got captured but while playing the audio the sound didn't appear. I have attached the audio capturing log file below for your reference.

Microphone details:  Adafruit 4346 PDM Microphone Breakout with JST SH Connector

Below I have attached the interrupt log.

root@imx93EVK:~# cat /proc/interrupts | grep mic
116: 0 0 GICv3 234 Level micfil
117: 0 0 GICv3 233 Level micfil
118: 0 0 GICv3 232 Level micfil
119: 0 0 GICv3 231 Level micfil

Below is the command I've used for recording the audio.

arecord -f S32_LE -d 10 -r 48000 --device="hw:1,0" capture.wav -vvv

The PDM Mic /etc/asound.conf file configuration:

defaults.pcm.rate_converter "linear"

# spk represents the physical sink (playback)
pcm.spk
{
type plug
slave.pcm "hw:wm8962audio,0"
}

# mic represents the physical source (capture)
pcm.mic
{
type plug
slave.pcm "hw:micfilaudio,0"
}

Please support me to sort out this issue.

Thanks in Advance.

 

 

标签 (1)
0 项奖励
回复
1 回复

1,204 次查看
joanxie
NXP TechSupport
NXP TechSupport

do you mind checking the result with command "aplay -l"

0 项奖励
回复