removed double call of dft_speech(), thanks Bruce
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 8 Dec 2010 19:59:37 +0000 (19:59 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 8 Dec 2010 19:59:37 +0000 (19:59 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@267 01035d8c-6547-0410-b346-abe4f91aad63

codec2/src/codec2.c

index 1578767389f2f9c79a9511974666ac2364567cfa..4b669153232beaae206aedf5e0a9d649a939ba26 100644 (file)
@@ -358,7 +358,6 @@ void analyse_one_frame(CODEC2 *c2, MODEL *model, short speech[])
 
     /* estimate model parameters */
 
-    dft_speech(Sw, c2->Sn, c2->w); 
     two_stage_pitch_refinement(model, Sw);
     estimate_amplitudes(model, Sw, c2->W);
     est_voicing_mbe(model, Sw, c2->W, Sw_, Ew, c2->prev_Wo);