Changeset b429b68
- Timestamp:
- Mar 22, 2013, 6:22:01 AM (12 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:
- 1eee405, 6d44595
- Parents:
- 2d3212a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-sink.c
r2d3212a rb429b68 34 34 } while ( read == hop_size ); 35 35 36 PRINT_MSG(" %d frames read from %s\n written to %s at %dHz\n",37 n_frames, s ource_path, sink_path, samplerate);36 PRINT_MSG("wrote %d frames at %dHz from %s written to %s\n", 37 n_frames, samplerate, source_path, sink_path); 38 38 39 39 beach:
Note: See TracChangeset
for help on using the changeset viewer.