Changeset bb941e9


Ignore:
Timestamp:
Aug 24, 2014, 7:24:07 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
450b4b4
Parents:
acf2b9b4
git-author:
Paul Brossier <piem@piem.org> (03/25/14 17:47:57)
git-committer:
Paul Brossier <piem@piem.org> (08/24/14 19:24:07)
Message:

src/pitch/pitchyin.{c,h}: fix typo, developed

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/aubiopitch.txt

    racf2b9b4 rbb941e9  
    100100  yin  YIN algorithm
    101101
    102   This algorithm was developped by A. de Cheveigne and H. Kawahara and
     102  This algorithm was developed by A. de Cheveigne and H. Kawahara and
    103103  was first published in:
    104104
  • src/pitch/pitch.h

    racf2b9b4 rbb941e9  
    7474  \b \p yin : YIN algorithm
    7575
    76   This algorithm was developped by A. de Cheveigne and H. Kawahara and
     76  This algorithm was developed by A. de Cheveigne and H. Kawahara and
    7777  published in:
    7878
  • src/pitch/pitchyin.c

    racf2b9b4 rbb941e9  
    1919*/
    2020
    21 /* This algorithm was developped by A. de Cheveigné and H. Kawahara and
     21/* This algorithm was developed by A. de Cheveigné and H. Kawahara and
    2222 * published in:
    2323 *
  • src/pitch/pitchyin.h

    racf2b9b4 rbb941e9  
    2323  Pitch detection using the YIN algorithm
    2424
    25   This algorithm was developped by A. de Cheveigne and H. Kawahara and
     25  This algorithm was developed by A. de Cheveigne and H. Kawahara and
    2626  published in:
    2727
Note: See TracChangeset for help on using the changeset viewer.