Changeset 155cc10 for src/spectral/specdesc.h
- Timestamp:
- Mar 10, 2017, 2:26:32 PM (8 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, sampler
- Children:
- ee8a57c
- Parents:
- 00d0275 (diff), 67b6618 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/specdesc.h
r00d0275 r155cc10 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 … … 165 165 166 166 */ 167 void aubio_specdesc_do (aubio_specdesc_t * o, c vec_t * fftgrain,167 void aubio_specdesc_do (aubio_specdesc_t * o, const cvec_t * fftgrain, 168 168 fvec_t * desc); 169 169 … … 179 179 180 180 */ 181 aubio_specdesc_t *new_aubio_specdesc (c har_t * method, uint_t buf_size);181 aubio_specdesc_t *new_aubio_specdesc (const char_t * method, uint_t buf_size); 182 182 183 183 /** deletion of a spectral descriptor … … 192 192 #endif 193 193 194 #endif /* _AUBIO_SPECDESC_H */194 #endif /* AUBIO_SPECDESC_H */
Note: See TracChangeset
for help on using the changeset viewer.