USB Module Usage
USB Voice Module Usage Tutorial
Command set:
arecord -lIdentify the card number and device number of the microphone (note card X and device Y)arecord -LList available PCM device names (e.g.,plughw:1,0)aplay -lCheck speakers/output devicessudo arecord -f S16_LE -r 16000 -c 1 -d 5 /tmp/test_mic.wav// Record 5 seconds with the default device, 16k/mono/16bit:aplay /tmp/test_mic.wav// Play the audio
Terminal example: (ensure the voice module and speaker are properly connected)

