- Timestamp:
- Aug 13, 2015, 10:38:25 PM (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:
- 7ac374d
- Parents:
- be6e8e6
- Location:
- src/spectral
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/awhitening.c
rbe6e8e6 r192fa6a 78 78 } 79 79 80 void 80 uint_t 81 81 aubio_spectral_whitening_set_relax_time (aubio_spectral_whitening_t * o, smpl_t relax_time) 82 82 { … … 84 84 o->r_decay = POW (aubio_spectral_whitening_default_decay, 85 85 (o->hop_size / (float) o->samplerate) / o->relax_time); 86 return AUBIO_OK; 86 87 } 87 88 -
src/spectral/awhitening.h
rbe6e8e6 r192fa6a 82 82 83 83 */ 84 voidaubio_spectral_whitening_set_relax_time (aubio_spectral_whitening_t * o,84 uint_t aubio_spectral_whitening_set_relax_time (aubio_spectral_whitening_t * o, 85 85 smpl_t relax_time); 86 86
Note: See TracChangeset
for help on using the changeset viewer.