====== Edge2 DMIC ====== ===== Introduction ===== This page introduces the usage of the DMIC, and guides you to record with DMIC. ===== Preparation ===== Please make sure you use the latest image, If not please follow [[/products/sbc/common/configurations/upgrade-system|Upgrade The System]] to upgrade your system. ===== Record from DMIC ===== ```shell $ arecord -D hw:2,0 -r 48000 -f S16_LE -c 2 -d 10 test.wav Recording WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo $ ls test.wav test.wav ```