]> git.rkrishnan.org Git - dttsp.git/blobdiff - jDttSP/speechproc.h
changes to speechproc, correct IQ -- restore squelch in sdr.c -- other minor stuff
[dttsp.git] / jDttSP / speechproc.h
index cd693310c28d1706afe4ce103f05010c0aaee0d7..3112078ad43987121508cba63cf48754bd8e59e9 100644 (file)
@@ -44,7 +44,7 @@ typedef struct _speechprocessor {
   int size;
   RLB CG;
   CXB SpeechProcessorBuffer;
-  REAL LastCG, K, MaxGain;
+  REAL LastCG, K, MaxGain, Threshold;
 } speech_proc, *SpeechProc;
 
 extern SpeechProc newSpeechProc(REAL, REAL, COMPLEX *, int);