On Wed, Aug 08, 2007 at 07:10:40AM +0200, reynaldo wrote: > > Log: > formant synthesis filter and a adaptive posfiltering's detilt
an adaptive, posTfilter What's detilt? > --- qcelp/qcelpdec.c (original) > +++ qcelp/qcelpdec.c Wed Aug 8 07:10:40 2007 > @@ -716,6 +718,11 @@ static int qcelp_decode_frame(AVCodecCon > qcelp_lsp2lpc(qtzd_lspf, lpc); > + /* apply formant synthesis filter over pitch pre filter's output */ Apply formant synthesis filter over the pitch prefilter output. */ > + /* WIP adaptive postifilter here */ postfilter Diego _______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
