Ignore:
Timestamp:
Dec 5, 2018, 10:34:39 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
283a619a
Parents:
5b46bc3 (diff), f19db54 (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.
Message:

Merge branch 'master' into feature/pitchshift

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/phasevoc.h

    r5b46bc3 r633400d  
    8989*/
    9090uint_t aubio_pvoc_get_win(aubio_pvoc_t* pv);
     91
    9192/** get hop size
    9293
     
    9697uint_t aubio_pvoc_get_hop(aubio_pvoc_t* pv);
    9798
     99/** set window type
     100
     101  \param pv phase vocoder to set the window type
     102  \param window_type a string representing a window
     103
     104  \return 0 if successful, non-zero otherwise
     105
     106 */
     107uint_t aubio_pvoc_set_window(aubio_pvoc_t *pv, const char_t *window_type);
     108
    98109#ifdef __cplusplus
    99110}
Note: See TracChangeset for help on using the changeset viewer.