Microphone is a device which is used to capture or record voices to the micro-controllers or FPGAs. One of the popular microphone sensors is INMP441 MEMS based omni-directional sensor which can be used to record speech signals. The details of this sensor can read from available documents on the internet.
This product is about interfacing this sensor with FPGA. This sensor can be used in three modes. In one mode only right channel is active, in one mode only left channel is active and in one mode both the channels (stereo) are active. This is a Verilog code which will help the user to complete their project on audio and speech processing.
Indrajit –
I have successfully interfaced my microphone sensor with the help of this code but how I do it for stereo mode.