Changeset 8b19e1c
- Timestamp:
- Oct 25, 2009, 9:08:18 PM (15 years ago)
- 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:
- f071c93
- Parents:
- 29808b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/temporal/c_weighting.h
r29808b1 r8b19e1c 69 69 70 70 */ 71 aubio_filter_t * new_aubio_filter_c_weighting (uint_t channels, uint_t samplerate); 71 aubio_filter_t *new_aubio_filter_c_weighting (uint_t channels, 72 uint_t samplerate); 72 73 73 74 /** set feedback and feedforward coefficients of a C-weighting filter … … 79 80 80 81 */ 81 uint_t aubio_filter_set_c_weighting (aubio_filter_t * f, uint_t samplerate);82 uint_t aubio_filter_set_c_weighting (aubio_filter_t * f, uint_t samplerate); 82 83 83 84 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.