Changeset 6f42c16
- Timestamp:
- Apr 22, 2016, 9:15:29 PM (9 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:
- aad1235
- Parents:
- d2be104
- Files:
-
- 48 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-musicutils.h
rd2be104 r6f42c16 1 #ifndef _PY_AUBIO_MUSICUTILS_H_2 #define _PY_AUBIO_MUSICUTILS_H_1 #ifndef PY_AUBIO_MUSICUTILS_H 2 #define PY_AUBIO_MUSICUTILS_H 3 3 4 4 static char Py_aubio_window_doc[] = "" … … 72 72 PyObject * Py_aubio_level_detection(PyObject *self, PyObject *args); 73 73 74 #endif /* _PY_AUBIO_MUSICUTILS_H_*/74 #endif /* PY_AUBIO_MUSICUTILS_H */ -
src/aubio_priv.h
rd2be104 r6f42c16 25 25 */ 26 26 27 #ifndef _AUBIO__PRIV_H28 #define _AUBIO__PRIV_H27 #ifndef AUBIO_PRIV_H 28 #define AUBIO_PRIV_H 29 29 30 30 /********************* … … 286 286 #endif 287 287 288 #endif /* _AUBIO__PRIV_H */288 #endif /* AUBIO_PRIV_H */ -
src/cvec.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO__CVEC_H22 #define _AUBIO__CVEC_H21 #ifndef AUBIO_CVEC_H 22 #define AUBIO_CVEC_H 23 23 24 24 #ifdef __cplusplus … … 235 235 #endif 236 236 237 #endif /* _AUBIO__CVEC_H */237 #endif /* AUBIO_CVEC_H */ -
src/fmat.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO__FMAT_H22 #define _AUBIO__FMAT_H21 #ifndef AUBIO_FMAT_H 22 #define AUBIO_FMAT_H 23 23 24 24 #ifdef __cplusplus … … 170 170 #endif 171 171 172 #endif /* _AUBIO__FMAT_H */172 #endif /* AUBIO_FMAT_H */ -
src/fvec.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO__FVEC_H22 #define _AUBIO__FVEC_H21 #ifndef AUBIO_FVEC_H 22 #define AUBIO_FVEC_H 23 23 24 24 #ifdef __cplusplus … … 176 176 #endif 177 177 178 #endif /* _AUBIO__FVEC_H */178 #endif /* AUBIO_FVEC_H */ -
src/io/audio_unit.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_AUDIO_UNIT_H22 #define _AUBIO_AUDIO_UNIT_H21 #ifndef AUBIO_AUDIO_UNIT_H 22 #define AUBIO_AUDIO_UNIT_H 23 23 24 24 /** \file … … 59 59 #endif 60 60 61 #endif /* _AUBIO_AUDIO_UNIT_H */61 #endif /* AUBIO_AUDIO_UNIT_H */ -
src/io/sink.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SINK_H22 #define _AUBIO_SINK_H21 #ifndef AUBIO_SINK_H 22 #define AUBIO_SINK_H 23 23 24 24 /** \file … … 179 179 #endif 180 180 181 #endif /* _AUBIO_SINK_H */181 #endif /* AUBIO_SINK_H */ -
src/io/sink_apple_audio.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SINK_APPLE_AUDIO_H22 #define _AUBIO_SINK_APPLE_AUDIO_H21 #ifndef AUBIO_SINK_APPLE_AUDIO_H 22 #define AUBIO_SINK_APPLE_AUDIO_H 23 23 24 24 /** \file … … 161 161 #endif 162 162 163 #endif /* _AUBIO_SINK_APPLE_AUDIO_H */163 #endif /* AUBIO_SINK_APPLE_AUDIO_H */ -
src/io/sink_sndfile.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SINK_SNDFILE_H22 #define _AUBIO_SINK_SNDFILE_H21 #ifndef AUBIO_SINK_SNDFILE_H 22 #define AUBIO_SINK_SNDFILE_H 23 23 24 24 /** \file … … 160 160 #endif 161 161 162 #endif /* _AUBIO_SINK_SNDFILE_H */162 #endif /* AUBIO_SINK_SNDFILE_H */ -
src/io/sink_wavwrite.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SINK_WAVWRITE_H22 #define _AUBIO_SINK_WAVWRITE_H21 #ifndef AUBIO_SINK_WAVWRITE_H 22 #define AUBIO_SINK_WAVWRITE_H 23 23 24 24 /** \file … … 160 160 #endif 161 161 162 #endif /* _AUBIO_SINK_WAVWRITE_H */162 #endif /* AUBIO_SINK_WAVWRITE_H */ -
src/io/source.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SOURCE_H22 #define _AUBIO_SOURCE_H21 #ifndef AUBIO_SOURCE_H 22 #define AUBIO_SOURCE_H 23 23 24 24 /** \file … … 172 172 #endif 173 173 174 #endif /* _AUBIO_SOURCE_H */174 #endif /* AUBIO_SOURCE_H */ -
src/io/source_apple_audio.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SOURCE_APPLE_AUDIO_H22 #define _AUBIO_SOURCE_APPLE_AUDIO_H21 #ifndef AUBIO_SOURCE_APPLE_AUDIO_H 22 #define AUBIO_SOURCE_APPLE_AUDIO_H 23 23 24 24 /** \file … … 144 144 #endif 145 145 146 #endif /* _AUBIO_SOURCE_APPLE_AUDIO_H */146 #endif /* AUBIO_SOURCE_APPLE_AUDIO_H */ -
src/io/source_avcodec.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SOURCE_AVCODEC_H22 #define _AUBIO_SOURCE_AVCODEC_H21 #ifndef AUBIO_SOURCE_AVCODEC_H 22 #define AUBIO_SOURCE_AVCODEC_H 23 23 24 24 /** \file … … 143 143 #endif 144 144 145 #endif /* _AUBIO_SOURCE_AVCODEC_H */145 #endif /* AUBIO_SOURCE_AVCODEC_H */ -
src/io/source_sndfile.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SOURCE_SNDFILE_H22 #define _AUBIO_SOURCE_SNDFILE_H21 #ifndef AUBIO_SOURCE_SNDFILE_H 22 #define AUBIO_SOURCE_SNDFILE_H 23 23 24 24 /** \file … … 143 143 #endif 144 144 145 #endif /* _AUBIO_SOURCE_SNDFILE_H */145 #endif /* AUBIO_SOURCE_SNDFILE_H */ -
src/io/source_wavread.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SOURCE_WAVREAD_H22 #define _AUBIO_SOURCE_WAVREAD_H21 #ifndef AUBIO_SOURCE_WAVREAD_H 22 #define AUBIO_SOURCE_WAVREAD_H 23 23 24 24 /** \file … … 148 148 #endif 149 149 150 #endif /* _AUBIO_SOURCE_WAVREAD_H */150 #endif /* AUBIO_SOURCE_WAVREAD_H */ -
src/lvec.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO__LVEC_H22 #define _AUBIO__LVEC_H21 #ifndef AUBIO_LVEC_H 22 #define AUBIO_LVEC_H 23 23 24 24 #ifdef __cplusplus … … 116 116 #endif 117 117 118 #endif /* _AUBIO__LVEC_H */118 #endif /* AUBIO_LVEC_H */ -
src/mathutils.h
rd2be104 r6f42c16 28 28 */ 29 29 30 #ifndef _AUBIO_MATHUTILS_H31 #define _AUBIO_MATHUTILS_H30 #ifndef AUBIO_MATHUTILS_H 31 #define AUBIO_MATHUTILS_H 32 32 33 33 #include "fvec.h" … … 314 314 #endif 315 315 316 #endif /* _AUBIO_MATHUTILS_H */316 #endif /* AUBIO_MATHUTILS_H */ -
src/musicutils.h
rd2be104 r6f42c16 23 23 */ 24 24 25 #ifndef _AUBIO__MUSICUTILS_H26 #define _AUBIO__MUSICUTILS_H25 #ifndef AUBIO_MUSICUTILS_H 26 #define AUBIO_MUSICUTILS_H 27 27 28 28 #ifdef __cplusplus … … 161 161 #endif 162 162 163 #endif /* _AUBIO__MUSICUTILS_H */163 #endif /* AUBIO_MUSICUTILS_H */ -
src/onset/onset.h
rd2be104 r6f42c16 40 40 41 41 42 #ifndef _AUBIO_ONSET_H43 #define _AUBIO_ONSET_H42 #ifndef AUBIO_ONSET_H 43 #define AUBIO_ONSET_H 44 44 45 45 #ifdef __cplusplus … … 286 286 #endif 287 287 288 #endif /* _AUBIO_ONSET_H */288 #endif /* AUBIO_ONSET_H */ -
src/onset/peakpicker.h
rd2be104 r6f42c16 27 27 */ 28 28 29 #ifndef _AUBIO_PEAKPICK_H30 #define _AUBIO_PEAKPICK_H29 #ifndef AUBIO_PEAKPICK_H 30 #define AUBIO_PEAKPICK_H 31 31 32 32 #ifdef __cplusplus … … 55 55 #endif 56 56 57 #endif /* _AUBIO_PEAKPICK_H */57 #endif /* AUBIO_PEAKPICK_H */ -
src/pitch/pitch.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_PITCH_H22 #define _AUBIO_PITCH_H21 #ifndef AUBIO_PITCH_H 22 #define AUBIO_PITCH_H 23 23 24 24 #ifdef __cplusplus … … 180 180 #endif 181 181 182 #endif /* _AUBIO_PITCH_H */182 #endif /* AUBIO_PITCH_H */ -
src/pitch/pitchfcomb.h
rd2be104 r6f42c16 35 35 */ 36 36 37 #ifndef _AUBIO_PITCHFCOMB_H38 #define _AUBIO_PITCHFCOMB_H37 #ifndef AUBIO_PITCHFCOMB_H 38 #define AUBIO_PITCHFCOMB_H 39 39 40 40 #ifdef __cplusplus … … 74 74 #endif 75 75 76 #endif /* _AUBIO_PITCHFCOMB_H */76 #endif /* AUBIO_PITCHFCOMB_H */ -
src/pitch/pitchmcomb.h
rd2be104 r6f42c16 36 36 */ 37 37 38 #ifndef _AUBIO_PITCHMCOMB_H39 #define _AUBIO_PITCHMCOMB_H38 #ifndef AUBIO_PITCHMCOMB_H 39 #define AUBIO_PITCHMCOMB_H 40 40 41 41 #ifdef __cplusplus … … 75 75 #endif 76 76 77 #endif /* _AUBIO_PITCHMCOMB_H */77 #endif /* AUBIO_PITCHMCOMB_H */ -
src/pitch/pitchschmitt.h
rd2be104 r6f42c16 35 35 */ 36 36 37 #ifndef _AUBIO_PITCHSCHMITT_H38 #define _AUBIO_PITCHSCHMITT_H37 #ifndef AUBIO_PITCHSCHMITT_H 38 #define AUBIO_PITCHSCHMITT_H 39 39 40 40 #ifdef __cplusplus … … 73 73 #endif 74 74 75 #endif /* _AUBIO_PITCHSCHMITT_H */ 76 75 #endif /* AUBIO_PITCHSCHMITT_H */ -
src/pitch/pitchspecacf.h
rd2be104 r6f42c16 39 39 */ 40 40 41 #ifndef _AUBIO_PITCHSPECACF_H42 #define _AUBIO_PITCHSPECACF_H41 #ifndef AUBIO_PITCHSPECACF_H 42 #define AUBIO_PITCHSPECACF_H 43 43 44 44 #ifdef __cplusplus … … 101 101 #endif 102 102 103 #endif /* _AUBIO_PITCHSPECACF_H */103 #endif /* AUBIO_PITCHSPECACF_H */ -
src/pitch/pitchyin.h
rd2be104 r6f42c16 36 36 */ 37 37 38 #ifndef _AUBIO_PITCHYIN_H39 #define _AUBIO_PITCHYIN_H38 #ifndef AUBIO_PITCHYIN_H 39 #define AUBIO_PITCHYIN_H 40 40 41 41 #ifdef __cplusplus … … 98 98 #endif 99 99 100 #endif /* _AUBIO_PITCHYIN_H */100 #endif /* AUBIO_PITCHYIN_H */ -
src/pitch/pitchyinfft.h
rd2be104 r6f42c16 36 36 */ 37 37 38 #ifndef _AUBIO_PITCHYINFFT_H39 #define _AUBIO_PITCHYINFFT_H38 #ifndef AUBIO_PITCHYINFFT_H 39 #define AUBIO_PITCHYINFFT_H 40 40 41 41 #ifdef __cplusplus … … 97 97 #endif 98 98 99 #endif /* _AUBIO_PITCHYINFFT_H */99 #endif /* AUBIO_PITCHYINFFT_H */ -
src/spectral/fft.h
rd2be104 r6f42c16 32 32 */ 33 33 34 #ifndef _AUBIO_FFT_H35 #define _AUBIO_FFT_H34 #ifndef AUBIO_FFT_H 35 #define AUBIO_FFT_H 36 36 37 37 #ifdef __cplusplus … … 142 142 #endif 143 143 144 #endif /* _AUBIO_FFT_H */144 #endif /* AUBIO_FFT_H */ -
src/spectral/filterbank.h
rd2be104 r6f42c16 30 30 */ 31 31 32 #ifndef _AUBIO_FILTERBANK_H33 #define _AUBIO_FILTERBANK_H32 #ifndef AUBIO_FILTERBANK_H 33 #define AUBIO_FILTERBANK_H 34 34 35 35 #ifdef __cplusplus … … 88 88 #endif 89 89 90 #endif /* _AUBIO_FILTERBANK_H */90 #endif /* AUBIO_FILTERBANK_H */ -
src/spectral/filterbank_mel.h
rd2be104 r6f42c16 32 32 */ 33 33 34 #ifndef _AUBIO_FILTERBANK_MEL_H35 #define _AUBIO_FILTERBANK_MEL_H34 #ifndef AUBIO_FILTERBANK_MEL_H 35 #define AUBIO_FILTERBANK_MEL_H 36 36 37 37 #ifdef __cplusplus … … 70 70 #endif 71 71 72 #endif /* _AUBIO_FILTERBANK_MEL_H */72 #endif /* AUBIO_FILTERBANK_MEL_H */ -
src/spectral/mfcc.h
rd2be104 r6f42c16 35 35 */ 36 36 37 #ifndef _AUBIO_MFCC_H38 #define _AUBIO_MFCC_H37 #ifndef AUBIO_MFCC_H 38 #define AUBIO_MFCC_H 39 39 40 40 #ifdef __cplusplus … … 77 77 #endif 78 78 79 #endif /* _AUBIO_MFCC_H */79 #endif /* AUBIO_MFCC_H */ -
src/spectral/phasevoc.h
rd2be104 r6f42c16 32 32 */ 33 33 34 #ifndef _AUBIO_PHASEVOC_H35 #define _AUBIO_PHASEVOC_H34 #ifndef AUBIO_PHASEVOC_H 35 #define AUBIO_PHASEVOC_H 36 36 37 37 #ifdef __cplusplus … … 100 100 #endif 101 101 102 #endif /* _AUBIO_PHASEVOC_H */102 #endif /* AUBIO_PHASEVOC_H */ -
src/spectral/specdesc.h
rd2be104 r6f42c16 146 146 147 147 148 #ifndef _AUBIO_SPECDESC_H149 #define _AUBIO_SPECDESC_H148 #ifndef AUBIO_SPECDESC_H 149 #define AUBIO_SPECDESC_H 150 150 151 151 #ifdef __cplusplus … … 192 192 #endif 193 193 194 #endif /* _AUBIO_SPECDESC_H */194 #endif /* AUBIO_SPECDESC_H */ -
src/spectral/tss.h
rd2be104 r6f42c16 37 37 */ 38 38 39 #ifndef _AUBIO_TSS_H40 #define _AUBIO_TSS_H39 #ifndef AUBIO_TSS_H 40 #define AUBIO_TSS_H 41 41 42 42 #ifdef __cplusplus … … 101 101 #endif 102 102 103 #endif /* _AUBIO_TSS_H */103 #endif /* AUBIO_TSS_H */ -
src/synth/sampler.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SAMPLER_H22 #define _AUBIO_SAMPLER_H21 #ifndef AUBIO_SAMPLER_H 22 #define AUBIO_SAMPLER_H 23 23 24 24 /** \file … … 138 138 #endif 139 139 140 #endif /* _AUBIO_SAMPLER_H */140 #endif /* AUBIO_SAMPLER_H */ -
src/synth/wavetable.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_WAVETABLE_H22 #define _AUBIO_WAVETABLE_H21 #ifndef AUBIO_WAVETABLE_H 22 #define AUBIO_WAVETABLE_H 23 23 24 24 /** \file … … 176 176 #endif 177 177 178 #endif /* _AUBIO_WAVETABLE_H */178 #endif /* AUBIO_WAVETABLE_H */ -
src/tempo/beattracking.h
rd2be104 r6f42c16 37 37 38 38 */ 39 #ifndef _AUBIO_BEATTRACKING_H40 #define _AUBIO_BEATTRACKING_H39 #ifndef AUBIO_BEATTRACKING_H 40 #define AUBIO_BEATTRACKING_H 41 41 42 42 #ifdef __cplusplus … … 119 119 #endif 120 120 121 #endif /* _AUBIO_BEATTRACKING_H */121 #endif /* AUBIO_BEATTRACKING_H */ -
src/tempo/tempo.h
rd2be104 r6f42c16 31 31 */ 32 32 33 #ifndef _AUBIO_TEMPO_H34 #define _AUBIO_TEMPO_H33 #ifndef AUBIO_TEMPO_H 34 #define AUBIO_TEMPO_H 35 35 36 36 #ifdef __cplusplus … … 253 253 #endif 254 254 255 #endif /* _AUBIO_TEMPO_H */255 #endif /* AUBIO_TEMPO_H */ -
src/temporal/a_weighting.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_FILTER_A_DESIGN_H22 #define _AUBIO_FILTER_A_DESIGN_H21 #ifndef AUBIO_FILTER_A_DESIGN_H 22 #define AUBIO_FILTER_A_DESIGN_H 23 23 24 24 /** \file … … 86 86 #endif 87 87 88 #endif /* _AUBIO_FILTER_A_DESIGN_H */88 #endif /* AUBIO_FILTER_A_DESIGN_H */ -
src/temporal/biquad.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_FILTER_BIQUAD_H22 #define _AUBIO_FILTER_BIQUAD_H21 #ifndef AUBIO_FILTER_BIQUAD_H 22 #define AUBIO_FILTER_BIQUAD_H 23 23 24 24 /** \file … … 73 73 #endif 74 74 75 #endif /* _AUBIO_FILTER_BIQUAD_H */75 #endif /* AUBIO_FILTER_BIQUAD_H */ -
src/temporal/c_weighting.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_FILTER_C_DESIGN_H22 #define _AUBIO_FILTER_C_DESIGN_H21 #ifndef AUBIO_FILTER_C_DESIGN_H 22 #define AUBIO_FILTER_C_DESIGN_H 23 23 24 24 /** \file … … 86 86 #endif 87 87 88 #endif /* _AUBIO_FILTER_C_DESIGN_H */88 #endif /* AUBIO_FILTER_C_DESIGN_H */ -
src/temporal/filter.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_FILTER_H22 #define _AUBIO_FILTER_H21 #ifndef AUBIO_FILTER_H 22 #define AUBIO_FILTER_H 23 23 24 24 /** \file … … 174 174 #endif 175 175 176 #endif /* _AUBIO_FILTER_H */176 #endif /* AUBIO_FILTER_H */ -
src/temporal/resampler.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_RESAMPLER_H22 #define _AUBIO_RESAMPLER_H21 #ifndef AUBIO_RESAMPLER_H 22 #define AUBIO_RESAMPLER_H 23 23 24 24 /** \file … … 63 63 #endif 64 64 65 #endif /* _AUBIO_RESAMPLER_H */65 #endif /* AUBIO_RESAMPLER_H */ -
src/types.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO__TYPES_H22 #define _AUBIO__TYPES_H21 #ifndef AUBIO_TYPES_H 22 #define AUBIO_TYPES_H 23 23 24 24 /** \file … … 68 68 #endif 69 69 70 #endif /* _AUBIO__TYPES_H */70 #endif /* AUBIO_TYPES_H */ -
src/utils/hist.h
rd2be104 r6f42c16 26 26 */ 27 27 28 #ifndef _AUBIO_HIST_H29 #define _AUBIO_HIST_H28 #ifndef AUBIO_HIST_H 29 #define AUBIO_HIST_H 30 30 31 31 #ifdef __cplusplus … … 61 61 #endif 62 62 63 #endif /* _AUBIO_HIST_H */63 #endif /* AUBIO_HIST_H */ -
src/utils/parameter.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_PARAMETER_H22 #define _AUBIO_PARAMETER_H21 #ifndef AUBIO_PARAMETER_H 22 #define AUBIO_PARAMETER_H 23 23 24 24 /** \file … … 157 157 #endif 158 158 159 #endif /* _AUBIO_PARAMETER_H */159 #endif /* AUBIO_PARAMETER_H */ -
src/utils/scale.h
rd2be104 r6f42c16 29 29 30 30 */ 31 #ifndef _AUBIO_SCALE_H32 #define _AUBIO_SCALE_H31 #ifndef AUBIO_SCALE_H 32 #define AUBIO_SCALE_H 33 33 34 34 #ifdef __cplusplus … … 78 78 #endif 79 79 80 #endif /* _AUBIO_SCALE_H */80 #endif /* AUBIO_SCALE_H */ -
src/vecutils.h
rd2be104 r6f42c16 25 25 */ 26 26 27 #ifndef _AUBIO__VECUTILS_H28 #define _AUBIO__VECUTILS_H27 #ifndef AUBIO_VECUTILS_H 28 #define AUBIO_VECUTILS_H 29 29 30 30 #ifdef __cplusplus … … 114 114 #endif 115 115 116 #endif /* _AUBIO__VECUTILS_H */116 #endif /* AUBIO_VECUTILS_H */
Note: See TracChangeset
for help on using the changeset viewer.