Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-03-15 11:06:33 +0300
committerjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-03-15 11:06:33 +0300
commitf6f7b375ca014cb20e05ab6e752376c52f7834e8 (patch)
treecee104ee3dd6d8e952b6ee604322cba0fc210fb9 /libspeex
parent49f16a1d674aca571414bc7e4312ebf9fb0472bb (diff)
OK, back to normal (narrowband codec works)
git-svn-id: http://svn.xiph.org/trunk/speex@3150 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'libspeex')
-rw-r--r--libspeex/cb_search.c2
-rw-r--r--libspeex/modes.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/libspeex/cb_search.c b/libspeex/cb_search.c
index a9231bc..e8a0fbb 100644
--- a/libspeex/cb_search.c
+++ b/libspeex/cb_search.c
@@ -220,7 +220,7 @@ float *stack
}
{
-#if 0
+#if 1
int best_vq_index=0, max_index;
float max_gain=0, log_max, min_dist=0, *sign;
diff --git a/libspeex/modes.c b/libspeex/modes.c
index 97e7071..66c4161 100644
--- a/libspeex/modes.c
+++ b/libspeex/modes.c
@@ -66,10 +66,10 @@ SpeexMode nb_mode = {
320, /*windowSize*/
10, /*lpcSize*/
640, /*bufSize*/
- 20, /*pitchStart*/
- 140, /*pitchEnd*/
+ 17, /*pitchStart*/
+ 144, /*pitchEnd*/
0.9, /*gamma1*/
- 0.4, /*gamma2*/
+ 0.6, /*gamma2*/
/*LSP quantization*/
lsp_quant_nb,
lsp_unquant_nb,
@@ -93,7 +93,7 @@ SpeexMode wb_mode = {
35, /*pitchStart*/
290, /*pitchEnd*/
0.9, /*gamma1*/
- 0.6, /*gamma2*/
+ 0.4, /*gamma2*/
/*LSP quantization*/
lsp_quant_wb,
lsp_unquant_nb,