Changes in examples/utils.c [a559796:36c302a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
ra559796 r36c302a 197 197 #endif 198 198 if (velo == 0) { 199 verbmsg ("%f\n", blocks * hop_size / (float) samplerate);199 outmsg ("%f\n", blocks * hop_size / (float) samplerate); 200 200 } else { 201 verbmsg ("%f\t%f\t", mpitch, blocks * hop_size / (float) samplerate);201 outmsg ("%f\t%f\t", mpitch, blocks * hop_size / (float) samplerate); 202 202 } 203 203 }
Note: See TracChangeset
for help on using the changeset viewer.