Changeset eebb0e1
- Timestamp:
- Oct 5, 2009, 12:31:37 AM (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:
- 0f6f2e6
- Parents:
- f530f12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
rf530f12 reebb0e1 95 95 96 96 extern aubio_filter_t * new_aubio_filter_a_weighting (uint_t samplerate, uint_t channels); 97 extern voidaubio_filter_set_a_weighting (aubio_filter_t * b);97 extern uint_t aubio_filter_set_a_weighting (aubio_filter_t * b); 98 98 99 99 extern aubio_filter_t * new_aubio_filter_c_weighting (uint_t samplerate, uint_t channels); 100 extern voidaubio_filter_set_c_weighting (aubio_filter_t * b);100 extern uint_t aubio_filter_set_c_weighting (aubio_filter_t * b); 101 101 102 102 /* biquad */
Note: See TracChangeset
for help on using the changeset viewer.