Changeset 63f3c70
- Timestamp:
- Nov 3, 2009, 4:07:17 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:
- fddfa64
- Parents:
- ad04467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchschmitt.h
rad04467 r63f3c70 50 50 51 51 */ 52 void aubio_pitchschmitt_do (aubio_pitchschmitt_t *p, fvec_t * in, fvec_t * out); 52 void aubio_pitchschmitt_do (aubio_pitchschmitt_t * p, fvec_t * in, 53 fvec_t * out); 54 53 55 /** creation of the pitch detection object 54 56 … … 56 58 57 59 */ 58 aubio_pitchschmitt_t * new_aubio_pitchschmitt (uint_t bufsize); 60 aubio_pitchschmitt_t *new_aubio_pitchschmitt (uint_t bufsize); 61 59 62 /** deletion of the pitch detection object 60 63 … … 62 65 63 66 */ 64 void del_aubio_pitchschmitt (aubio_pitchschmitt_t *p); 65 67 void del_aubio_pitchschmitt (aubio_pitchschmitt_t * p); 66 68 67 69 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.