Audio example program for MPC5125

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Audio example program for MPC5125

1,132件の閲覧回数
Champaka
Contributor III

Hi all,

 

              I would like to test the on board microphone and audio stereo jack on the mpc5125 evaluation board.

Could anyone send me the example program to check the audio output and input.. thank you.

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

886件の閲覧回数
fernandocuellas
Contributor I

Hi,

I'll give some information about this.

We are using Linux BSP and we could test the audio I/O's by compiling ALSA utils from MPC5121 BSP in order to have acces to alsamixer, arecord, aplay... commands.
Once you do that you can modify the alsamixer controls and activate the microphone and headphones and to record/play simply do something like this:
# arecord -d 10 -f S24_LE -r 48000 -t wav soundfile-48k.wav && aplay -f S24_LE -r 48000 -t wav soundfile-48k.wav

Hope this can help.

0 件の賞賛
返信

886件の閲覧回数
fernandocuellas
Contributor I

Has anyone news on this issue?
I'm using Linux BSP and I've been trying to make some tests similar as in MPC5121, but they uses "alsamixer", and I can't find a way to try it on MPC5125
Thanks

0 件の賞賛
返信