Changes in tests/src/io/test-sink.c [b429b68:248da64]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-sink.c
rb429b68 r248da64 34 34 } while ( read == hop_size ); 35 35 36 PRINT_MSG(" wrote %d frames at %dHz from %s written to %s\n",37 n_frames, s amplerate, source_path, sink_path);36 PRINT_MSG("%d frames read from %s\n written to %s at %dHz\n", 37 n_frames, source_path, sink_path, samplerate); 38 38 39 39 beach:
Note: See TracChangeset
for help on using the changeset viewer.