Changeset bd24069


Ignore:
Timestamp:
Jul 23, 2006, 10:56:27 AM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
b740b96
Parents:
4e9101e
Message:

remove completed todo, fix documentation
remove completed todo, fix documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onsetdetection.h

    r4e9101e rbd24069  
    2828  These functions were first adapted from Juan Pablo Bello's code, and now
    2929  include further improvements and modifications made within aubio.
    30  
    31   \todo Write a generic driver similar to pitchdetection.c, including the phase
    32   vocoder, the silence detection, and the peak picking.
    3330
    3431*/
     
    5956  This function calculates the local energy of the input spectral frame.
    6057 
    61   \param o onset detection object as returned by new_aubio_pitchfcomb
     58  \param o onset detection object as returned by new_aubio_onsetdetection()
    6259  \param fftgrain input spectral frame
    6360  \param onset output onset detection function
     
    7370  Musical Signal. PhD dissertation, University of Bristol, UK, 1996.
    7471 
    75   \param o onset detection object as returned by new_aubio_pitchfcomb
     72  \param o onset detection object as returned by new_aubio_onsetdetection()
    7673  \param fftgrain input spectral frame
    7774  \param onset output onset detection function
     
    8380  Christopher Duxbury, Mike E. Davies, and Mark B. Sandler. Complex domain
    8481  onset detection for musical signals. In Proceedings of the Digital Audio
    85   Effects Conference, DAFx-03, pages 90­93, London, UK, 2003.
     82  Effects Conference, DAFx-03, pages 90-93, London, UK, 2003.
    8683
    87   \param o onset detection object as returned by new_aubio_pitchfcomb
     84  \param o onset detection object as returned by new_aubio_onsetdetection()
    8885  \param fftgrain input spectral frame
    8986  \param onset output onset detection function
     
    9895  Hong-Kong, 2003.
    9996
    100   \param o onset detection object as returned by new_aubio_pitchfcomb
     97  \param o onset detection object as returned by new_aubio_onsetdetection()
    10198  \param fftgrain input spectral frame
    10299  \param onset output onset detection function
     
    110107  (ICME 2001), pages 881­884, Tokyo, Japan, August 2001.
    111108
    112   \param o onset detection object as returned by new_aubio_pitchfcomb
     109  \param o onset detection object as returned by new_aubio_onsetdetection()
    113110  \param fftgrain input spectral frame
    114111  \param onset output onset detection function
     
    122119  (ICMC), Singapore, 2003.
    123120 
    124   \param o onset detection object as returned by new_aubio_pitchfcomb
     121  \param o onset detection object as returned by new_aubio_onsetdetection()
    125122  \param fftgrain input spectral frame
    126123  \param onset output onset detection function
     
    134131  music, Queen Mary University of London, London, UK, 2006.
    135132
    136   \param o onset detection object as returned by new_aubio_pitchfcomb
     133  \param o onset detection object as returned by new_aubio_onsetdetection()
    137134  \param fftgrain input spectral frame
    138135  \param onset output onset detection function
     
    144141  Generic function to compute onset detection.
    145142 
    146   \param o onset detection object as returned by new_aubio_onsetdetection
     143  \param o onset detection object as returned by new_aubio_onsetdetection()
    147144  \param fftgrain input signal spectrum as computed by aubio_pvoc_do
    148145  \param onset output vector (one sample long, to send to the peak picking)
     
    160157/** deletion of an onset detection object
    161158
    162   \param o onset detection object as returned by new_aubio_pitchfcomb
     159  \param o onset detection object as returned by new_aubio_onsetdetection()
    163160
    164161*/
     
    166163/** deletion of an onset detection object (obsolete)
    167164
    168   \param o onset detection object as returned by new_aubio_pitchfcomb
     165  \param o onset detection object as returned by new_aubio_onsetdetection()
    169166
    170167*/
Note: See TracChangeset for help on using the changeset viewer.