Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level threshold #26

Merged
merged 2 commits into from
Jul 14, 2016
Merged

Level threshold #26

merged 2 commits into from
Jul 14, 2016

Commits on Jul 8, 2016

  1. Podfile update

    Signed-off-by: Guillaume Laurent <[email protected]>
    glaurent committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    28f1409 View commit details
    Browse the repository at this point in the history
  2. Added levelThreshold to InputSignalTracker

    This allows pitch detection to only be started if the input signal is above that threshold.
    
    Two limitations :
    - I don't know how a possible error in InputSignalTracker.setupAudio() should be handled
    - I don't know how to do the same in OutputSignalTracker. For the moment I've just added the levelThreshold var even if it's a no-op.
    
    Signed-off-by: Guillaume Laurent <[email protected]>
    glaurent committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    a307192 View commit details
    Browse the repository at this point in the history