diff options
Diffstat (limited to 'src/osc.c')
-rw-r--r-- | src/osc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -77,7 +77,6 @@ osc_load_wav(osc_t * osc, const char * path) } osc->len = fileInfo.frames; - osc->end = fileInfo.frames; osc->data = (float *) malloc(sizeof(float) * fileInfo.frames); // Read the WAV file into the buffer |