Closed glaurent closed 8 years ago
I could implement this feature for the InputSignalTracker but not the OutputSignalTracker. I've tried submitted a pull request but apparently I don't have permission.
Hi @glaurent! Thanks for reaching out. Would love to look at your implementation of this feature. You can make a fork of the repo and then you'll be able to submit a PR here.
Pull-request made :) thanks.
Hi,
Trying the Guitar Tuner example, I find that it detects pitches just out of the base level of noise that the microphone gets. So I'm looking for a way to "filter out" low level signals so that detection would only occur if the input level is above a certain value. I don't know much about AVAudio yet, so I'm asking if you have an idea on how to do this (or are planning to do it) before I dive into docs :)
Thanks