diff --git a/src/fm_mpx.c b/src/fm_mpx.c index fc639dc..3ab6530 100644 --- a/src/fm_mpx.c +++ b/src/fm_mpx.c @@ -121,17 +121,17 @@ int fm_mpx_open(char *filename, size_t len) { } else { printf("1 channel, monophonic operation.\n"); } - - // Create the preemphasis - last_buffer_val = (float*) malloc(sizeof(float)*channels); - for(int i=0;i