summaryrefslogtreecommitdiffstats
path: root/src/osc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osc.c')
-rw-r--r--src/osc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osc.c b/src/osc.c
index 16e6894..28e35b4 100644
--- a/src/osc.c
+++ b/src/osc.c
@@ -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) {