diff --git a/Code/pcm_mono_to_stereo.c b/Code/pcm_mono_to_stereo.c index 89f58b9..bd0d07b 100644 --- a/Code/pcm_mono_to_stereo.c +++ b/Code/pcm_mono_to_stereo.c @@ -19,7 +19,7 @@ void pcmMonoToStereo(const char* pcmPath,const char* newPcmPath){ return; } - FILE* newPcm = fopen(newPcmPath,"w"); + FILE* newPcm = fopen(newPcmPath,"wb"); int p; int mark = 0;