Changeset 695e171 for src/musicutils.h
- Timestamp:
- Sep 6, 2015, 10:40:14 AM (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, sampler
- Children:
- 3d30b90
- Parents:
- 65c352e (diff), 827267b (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/musicutils.h
r65c352e r695e171 1 1 /* 2 Copyright (C) 2003-201 3Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2015 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 30 30 #endif 31 31 32 /** create window 32 /** create window 33 33 34 34 \param window_type type of the window to create 35 35 \param size length of the window to create (see fvec_set_window()) 36 36 37 37 */ 38 38 fvec_t *new_aubio_window (char_t * window_type, uint_t size); … … 50 50 51 51 References: 52 52 53 53 - <a href="http://en.wikipedia.org/wiki/Window_function">Window 54 54 function</a> on Wikipedia … … 69 69 70 70 \param phase unwrapped phase to map to the unit circle 71 71 72 72 \return equivalent phase wrapped to the unit circle 73 73 … … 94 94 95 95 /** clean up cached memory at the end of program 96 96 97 97 This function should be used at the end of programs to purge all cached 98 98 memory. So far it is only useful to clean FFTW's cache. … … 138 138 139 139 /** check if buffer level in dB SPL is under a given threshold 140 140 141 141 \param v vector to get level from 142 142 \param threshold threshold in dB SPL
Note: See TracChangeset
for help on using the changeset viewer.