Changeset b1d2be8
- Timestamp:
- Apr 25, 2016, 4:31: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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 2d071ad
- Parents:
- a41b1ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source_apple_audio.c
ra41b1ef rb1d2be8 39 39 fvec_t *vec = new_fvec(hop_size); 40 40 41 uint_t n_frames_expected = aubio_source_apple_audio_get_duration(s); 42 41 43 samplerate = aubio_source_apple_audio_get_samplerate(s); 42 44 … … 47 49 } while ( read == hop_size ); 48 50 49 PRINT_MSG("read %d frames at %dHz (%d blocks) from %s\n", n_frames, samplerate,50 n_frames / hop_size, source_path);51 PRINT_MSG("read %d frames (expected %d) at %dHz (%d blocks) from %s\n", 52 n_frames, n_frames_expected, samplerate, n_frames / hop_size, source_path); 51 53 52 54 del_fvec (vec);
Note: See TracChangeset
for help on using the changeset viewer.