Changeset 212da72 for examples/utils.c
- Timestamp:
- Dec 3, 2007, 10:57:52 AM (17 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 45f1f06
- Parents:
- dddf1f5 (diff), 6913434 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
rdddf1f5 r212da72 22 22 void save_data (void); 23 23 void restore_data(lash_config_t * lash_config); 24 void flush_process(aubio_process_func_t process_func, aubio_print_func_t print);25 24 pthread_t lash_thread; 26 25 #endif /* LASH_SUPPORT */ … … 410 409 411 410 void flush_process(aubio_process_func_t process_func, aubio_print_func_t print){ 412 uint i,j;411 uint_t i,j; 413 412 for (i = 0; i < channels; i++) { 414 413 for (j = 0; j < obuf->length; j++) {
Note: See TracChangeset
for help on using the changeset viewer.