--- np2/sound/getsnd/getsmix.c 2004/01/08 16:29:56 1.1 +++ np2/sound/getsnd/getsmix.c 2004/02/18 20:11:37 1.2 @@ -98,10 +98,10 @@ BOOL getsnd_setmixproc(GETSND snd, UINT int funcnum; - if ((snd->samplingrate < 8000) || (snd->samplingrate > 48000)) { + if ((snd->samplingrate < 8000) || (snd->samplingrate > 96000)) { goto gssmp_err; } - if ((samprate < 8000) || (samprate > 48000)) { + if ((samprate < 8000) || (samprate > 96000)) { goto gssmp_err; }