Billyjack135
New member
Hi all,
In short, I am using a SparkFun sound detector (https://www.sparkfun.com/products/12642) in conjunction with the teensy4.0 to develop an audio analysis program that detects a car approaching a point on the road.
When reading the raw analog audio input, it reads a magnitude change in a sample array of length 1000. But when implementing a
AudioWindowHanning1024 using an audiomemory(8+) the magnitude changes of the sample double to around 50 or 60. Which should I use, audio memory >7 or <7 and why does this happen?
In short, I am using a SparkFun sound detector (https://www.sparkfun.com/products/12642) in conjunction with the teensy4.0 to develop an audio analysis program that detects a car approaching a point on the road.
When reading the raw analog audio input, it reads a magnitude change in a sample array of length 1000. But when implementing a
AudioWindowHanning1024 using an audiomemory(8+) the magnitude changes of the sample double to around 50 or 60. Which should I use, audio memory >7 or <7 and why does this happen?