arduino-libraries/ArduinoSound

2 x I2S microphones Stereo configuration

Closed this issue · 1 comments

Hi,
Thank you for this library.

I tried it with ICS-43432 and SPH0645 microphones and it works fine in MONO configuration.
I would like to use 2 of them in order to have a STEREO configuration :

image

Is there a way to differentiate the data coming from Right and Left channel ?

Thank you for your time.
Best regards, Mathieu.

Hi @MathieuTT,

Is there a way to differentiate the data coming from Right and Left channel ?

No there is not, the data from each channel will be interleaved when you read it.