I want to sample sounds from a microphone and eventually do some filtering to do beat detection.
- Interrupt timers only work in milliseconds, making the maximum sample rate 1000hz, which is too slow. Correct?
- Is there a way to make the interrupt timers faster?
- Is there a way within Arduino to use I2S and the built-in ADC?
- Any other option?