beat-detector icon indicating copy to clipboard operation
beat-detector copied to clipboard

More Performance Ideas

Open phip1611 opened this issue 9 months ago • 0 comments

It would be much cooler if the library would perform downsampling of the original signal.

  1. apply lowpass filter (to prevent aliasing)
  2. sample 44.1khz down to 1000hz or so

-> Much less memory consumption -> less iterations by an order of magnitude -> more performance

phip1611 avatar May 04 '24 14:05 phip1611