Open hyansuper opened 2 years ago
hey, can we use an ADC microphone instead of an i2s microphone?
@hyansuper I think this is possible, but would require some changes to the code.
At the moment the I2S input and output are always running you would probably need to stop and start them so there wouldn't be any conflict.
This might not be too difficult to do as we know when we have detected a work so we can turn off the input and turn on the output. And we know when we've finished processing a command so we could turn off the input and turn on the input then,
hey, can we use an ADC microphone instead of an i2s microphone?
Yeap, check this video
Hi, first I want to thank you for the series of tutorial videos on youtube. If I configure input as left channel, and output as right channel, I wonder if I can share clock/word wires for both audio input and output? something like below
Or, config pins separately, but use same pins for bck_io_num and ws_io_num :