sipeed / Maixduino

Arduino port on Maix board ( k210 )
https://maixduino.sipeed.com
Other
213 stars 93 forks source link

arg "channel_mask" in "i2s_init" function #130

Closed alirezainallo closed 1 year ago

alirezainallo commented 1 year ago

https://github.com/sipeed/Maixduino/blob/aa6543538ccfb54a89e9922dd38f5b4710a9c2a4/libraries/Maix_Speech_Recognition/src/Maix_Speech_Recognition.cpp#L100-L101 hi. what is third argument "channel_mask" in "i2s_init" function? i change it to 0x7, worked but many value doesn't work (example : 0x1, 0x2, 0x4, 0x5, 0x6).

alirezainallo commented 1 year ago

https://github.com/GitJer/Some-Sipeed-MAIX-GO-k210-stuff/issues/5 this is my answer, thanks