diff options
Diffstat (limited to 'src/osc.c')
-rw-r--r-- | src/osc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,8 +66,8 @@ osc_load_wav(osc_t * osc, const char * path) return -1; } - printf("Opened %s: \n", path); - printf("frames: %ld sr: %d chan: %d format: %d sections: %d seekable: %d\n", fileInfo.frames, fileInfo.samplerate, fileInfo.channels, fileInfo.format, fileInfo.sections, fileInfo.seekable); + /* printf("Opened %s: \n", path); */ + /* printf("frames: %ld sr: %d chan: %d format: %d sections: %d seekable: %d\n", fileInfo.frames, fileInfo.samplerate, fileInfo.channels, fileInfo.format, fileInfo.sections, fileInfo.seekable); */ // Ensure the WAV file has only one channel if (fileInfo.channels != 1) { |