Changeset f825dd0 for src/Makefile.am


Ignore:
Timestamp:
Oct 1, 2009, 3:02:22 PM (14 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:
18738ad
Parents:
1942323
Message:

src/Makefile.am: update a- and c-weighting filter filenames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r1942323 rf825dd0  
    1515        temporal/biquad.h \
    1616        temporal/filter.h \
    17         temporal/adesign.h \
    18         temporal/cdesign.h \
     17        temporal/a_weighting.h \
     18        temporal/c_weighting.h \
    1919        spectral/filterbank.h \
    2020        spectral/filterbank_mel.h \
     
    5050        temporal/biquad.c \
    5151        temporal/filter.c \
    52         temporal/adesign.c \
    53         temporal/cdesign.c \
     52        temporal/a_weighting.c \
     53        temporal/c_weighting.c \
    5454        spectral/filterbank.c \
    5555        spectral/filterbank_mel.c \
Note: See TracChangeset for help on using the changeset viewer.