Fuhua-Chen / ReSpeaker_Microphone_Array_Firmware

ReSpeaker Microphone array firmware for DFU
26 stars 10 forks source link

Respeaker with XVSM firmware on Raspberry Pi 3, have to record voice using more than one channels #10

Open bluecatr opened 7 years ago

bluecatr commented 7 years ago

I have tested three 7mic array, they have the same problem. The 7mic array with the original or any other XVSM firmware cannot record voice using one channel on Raspberry PI, but they works well on other system, like Ubuntu. for example: arecord -d 3 test.wav so we have to specify 2 or more channels to record voice on Raspberry PI: arecord -c 2 -d 3 test.wav

BTW, the 7mic array with RAW firmware works well on any condition.

Fuhua-Chen commented 7 years ago

Others users found this issue while they were using arecord to record, but work normally when using python. Actually, data of two channel in xvsm firmware are all same.