Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/phasevoc.c

    r82f0effd re302bb4  
    213213    synthold[i] += synth[i + pv->hop_s] * pv->scale;
    214214}
     215
     216uint_t aubio_pvoc_get_win(aubio_pvoc_t* pv)
     217{
     218  return pv->win_s;
     219}
     220
     221uint_t aubio_pvoc_get_hop(aubio_pvoc_t* pv)
     222{
     223  return pv->hop_s;
     224}
Note: See TracChangeset for help on using the changeset viewer.