- Timestamp:
- Dec 17, 2013, 5:37:52 PM (11 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:
- 01b277c
- Parents:
- 4ed0ed1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/musicutils.h
r4ed0ed1 re84ab04 31 31 32 32 /** create window 33 34 \param window_type type of the window to create 35 \param size length of the window to create (see fvec_set_window()) 33 36 37 */ 38 fvec_t *new_aubio_window (char_t * window_type, uint_t size); 39 40 /** set elements of a vector to window coefficients 41 42 \param window exsting ::fvec_t to use 43 \param window_type type of the window to create 44 45 List of available window types: "rectangle", "hamming", "hanning", 46 "hanningz", "blackman", "blackman_harris", "gaussian", "welch", "parzen", 47 "default". 48 49 "default" is equivalent to "hanningz". 50 34 51 References: 35 52 … … 42 59 (<a href="http://profs.sci.univr.it/%7Edafx/Final-Papers/ps/Bernardini.ps.gz"> 43 60 ps.gz</a>) 44 45 */46 fvec_t *new_aubio_window (char_t * window_type, uint_t size);47 48 /** set elements of a vector to window coefficients49 61 50 62 */
Note: See TracChangeset
for help on using the changeset viewer.