2 x I2S microphones Stereo configuration
Closed this issue · 1 comments
MathieuTT commented
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 :
Is there a way to differentiate the data coming from Right and Left channel ?
Thank you for your time.
Best regards, Mathieu.
sandeepmistry commented
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.
