Only in .: CHANGES
diff ./filter.c /projects/cslu/speech/work/src.beta/bin/filter//filter.c
2c2
<  * $Id: filter.c,v 1.12 1993/09/11 19:23:48 johans Exp $
---
>  * $Id: filter.c,v 1.11 1993/06/10 17:01:14 johans Exp $
21,22c21,22
< int  start=0;                             /* starting location            */
< int  stop=0;                              /* end point in display         */
---
> int  start=0;                            /* starting location            */
> int  stop=0;                             /* end point in display         */
108c108
<   if( WavWrite(OutFileName, wavfilt, len, (int)rate, 0 ) < 0 ) {
---
>   if( WavWrite(OutFileName, wavfilt, len, (int)rate, 1 ) < 0 ) {
