Ignore:
Timestamp:
Oct 21, 2009, 3:56:16 PM (15 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:
a8aaef3
Parents:
3ad2ef6
Message:

src/temporal: improve documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/c_weighting.h

    r3ad2ef6 r2d1d5ce  
    6161/** create new C-design filter
    6262
     63  \param channels number of channels to allocate
    6364  \param samplerate sampling frequency of the signal to filter. Should be one of
    6465  8000, 11025, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000, and
    6566  192000 Hz
    66   \param channels number of channels to allocate
    6767
    6868  \return a new filter object
     
    7474
    7575  \param f filter object to get coefficients from
     76  \param samplerate sampling frequency of the signal to filter. Should be one of
     77  8000, 11025, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000, and
     78  192000 Hz
    7679
    7780*/
Note: See TracChangeset for help on using the changeset viewer.