Changes in src/spectral/phasevoc.h [6f42c16:82f0effd]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/phasevoc.h
r6f42c16 r82f0effd 96 96 uint_t aubio_pvoc_get_hop(aubio_pvoc_t* pv); 97 97 98 /** set window type 99 100 \param pv phase vocoder to set the window type 101 \param window_type a string representing a window 102 103 \return 0 if successful, non-zero otherwise 104 105 */ 106 uint_t aubio_pvoc_set_window(aubio_pvoc_t *pv, const char_t *window_type); 107 98 108 #ifdef __cplusplus 99 109 }
Note: See TracChangeset
for help on using the changeset viewer.