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

[WIP] YIN #974

Closed
wants to merge 8 commits into from
Closed

[WIP] YIN #974

wants to merge 8 commits into from

Commits on Aug 20, 2019

  1. implement yin fundamental frequency estimator

    Vincent Lostanlen committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    a786019 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. set frame_length to 2048

    Vincent Lostanlen committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    ea985ec View commit details
    Browse the repository at this point in the history
  2. rename YIN thresholds

    Vincent Lostanlen committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    606958b View commit details
    Browse the repository at this point in the history
  3. py27 floating point division in yin

    Vincent Lostanlen committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    f0f5384 View commit details
    Browse the repository at this point in the history
  4. np.convolve -> scipy.signal.convolve

    Vincent Lostanlen committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    4138ea2 View commit details
    Browse the repository at this point in the history
  5. remove obsolete comment in YIN

    Vincent Lostanlen committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    489fd73 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. bugfix cumulative_mean in yin

    Vincent Lostanlen committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    278bb70 View commit details
    Browse the repository at this point in the history
  2. frame_length -> win_length in yin

    Vincent Lostanlen committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    315e740 View commit details
    Browse the repository at this point in the history