nwayt001 / sono-lumo

0 stars 1 forks source link

Signal processing: priority 2 #4

Open crumplecat opened 7 years ago

crumplecat commented 7 years ago

Deal with noise sources (lockline creaks, wind, breath, whatever else we find) in the audio stream. @nwayt001 @crumplecat Bill (we need to add him)

nwayt001 commented 7 years ago

I just need to know bill's email address (used when he signed up for github) or his username and I can add him as a contributor.

crumplecat commented 7 years ago

@maxwellianmastermind

alfredyu commented 7 years ago

e25a646d688e553f66ff80ea23ea62bee89d6401 implements frequency range clamping that ignores high power bins that are outside the range of interest. So now the code only finds max values within whatever we want. That being said, there's still some general trends for lower frequencies to have higher power, so we might want to account for that. Otherwise we'll be over-representing the lower frequency range.