Ignore:
Timestamp:
Oct 2, 2009, 12:49:59 AM (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:
2cc816a
Parents:
847b374
Message:

src/temporal/[ac]_weighting.[ch]: add coeffs for 24, 32, 48 and 88.2 kHz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/a_weighting.h

    r847b374 r321eb85  
    4747  scripts in octave 3.0 (debian package 1:3.0.5-6+b2 with octave-signal
    4848  1.0.9-1+b1 on i386), with <pre> [b, a] = adsign(1/Fs) </pre> for various
    49   sampling frequencies.
     49  sampling frequencies (8000, 16000, 22050, 24000, 32000, 44100, 48000, 88200,
     50  96000, and 192000 Hz).
     51
     52  The sampling frequency should normally be higher than 20kHz, but most common
     53  file sampling rates have been included for completeness.
    5054
    5155*/
     
    5862
    5963  \param samplerate sampling frequency of the signal to filter. Should be one of
    60   8000, 16000, 22050, 44100, 96000, 192000.
     64  8000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000, and 192000 Hz
    6165  \param channels number of channels to allocate
    6266
Note: See TracChangeset for help on using the changeset viewer.