You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you want this feature for the analog microphones or PDM microphones?
I anticipate a few changes needed to support this feature:
The context would need to be updated so that it is passed into each API. Currently this is one static instance.
For PDM microphones, there are two options:
Have two instances of the microphone
Or update the PIO state machine code to clock in data on both rising and falling edges, using the mic's SEL pin to select if the microphone is right or left.
There could be some performance issues for PDM microphones, as the filtering algorithm needs to run fast enough to process the raw data in real-time. For i) a work around could be to have one microphone per core.
2 mic => stereo...
How many reworks will it take to make the sound stereo?
The text was updated successfully, but these errors were encountered: