ArmDeveloperEcosystem / microphone-library-for-pico

Capture audio from a microphone on your Raspberry Pi Pico or any RP2040 based board. 🎤
Apache License 2.0
253 stars 50 forks source link

Can I just change the sampling rate? #9

Closed ywang530 closed 2 years ago

ywang530 commented 2 years ago

With the similar set up using SparkFun MicroMod Machine Learning Carrier Board, I wonder if I can just change the default 8000 Hz in _examples/hello_pdmmicrophone/main.c to 16000 Hz directly?