Infineon / IM69D130-Microphone-Shield2Go

Examples for Infineon's MEMS microphone based evaluation board IM69D130 Microphone Shield2Go for Arduino.
MIT License
7 stars 6 forks source link

Changed waveSerialSplits.py #1

Closed mhollfelder closed 5 years ago

mhollfelder commented 5 years ago

Changed the python script for recording the sound data:

In case we drop data, global variable lastValueFromStream stores last data and we can insert it. This helps to maintain the sampling rate also in the output file. Removed the threading/timer and added a while loop to continuously process the audio stream.