Other Parts Discussed in Thread: SRC4382
Hello
I have an src4382/92EVM kit and want to use this for digital audio input so that i can record input using software tool like ffmpeg. when i connect the board using usb with my centos (linux) pc it shows audio card for input and out put and using arecord command i can find device in list. i want to take input from XLR input port (balanced digital audio) which is J5 and using command line i want to record audio but the thing is that when i run the command i can see that some thing is recording but when i playback that audio file i could not be able to here any sound. i am running following command - ffmpeg -f alsa -i plughw:1,0 -c:a mp2 1.wav
so can anyone help me to solve my problem.
Thanks