Changeset 714380d for src/mathutils.h


Ignore:
Timestamp:
Jul 13, 2006, 5:01:11 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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:
c621415
Parents:
bf8e134
Message:

add aubio_cleanup to clean fftw cached memory
add aubio_cleanup to clean fftw cached memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    rbf8e134 r714380d  
    246246 */
    247247void aubio_autocorr(fvec_t * input, fvec_t * output);
     248/**
     249 * clean up cached memory at the end of program
     250 *
     251 * use this function at the end of programs to purge all
     252 * cached memory. so far this function is only used to clean
     253 * fftw cache.
     254 */
     255void aubio_cleanup(void);
    248256
    249257#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.