Hello,
I want to transfer real-time voice signal from microphone to an FPGA connected over EIM. Using ALSA utilities I can record that signal in a file. What is the best way to send and receive real-time audio signals to and from fpga?
Thanks.
Hello,
I want to transfer real-time voice signal from microphone to an FPGA connected over EIM. Using ALSA utilities I can record that signal in a file. What is the best way to send and receive real-time audio signals to and from fpga?
Thanks.
hi @kss
What is your application? What are you trying to do?
best regards,
Jaski
Hi @jaski.tx
I want to transmit voice signal from microphone(Colibri IMX6) to FPGA that will receive this signal in real-time and transmit to other device. How to send data continuously received on microphone over EIM?
Thanks.
Hi @kss
I would suggest you to record the audio directly to EIM using Gstreamer or Alsa Utilities. Please also have a look here.
Best regards,
Jaski
Hi @jaski.tx ,
Can we record audio directly to memory using arecord command?
You should try out the example which is provided in the answer above.
Thanks @jaski.tx
you are welcome.