aubio_cleanup method
void
aubio_cleanup()
clean up cached memory at the end of program
This function should be used at the end of programs to purge all cached memory. So far it is only useful to clean FFTW's cache.
Implementation
void aubio_cleanup() {
return _aubio_cleanup();
}