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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-12-20 22:51:17 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-12-20 22:51:17 +0300
commitdc71f98b1cea29d8b7aeffae91c7f0fd4e739d4e (patch)
tree8384759aac956ffbfd9c6d92dd5ed5cb5e6e5dff
parentcc4d8f602135ebb6007f60e3db8953206070d39d (diff)
removed debug printf...Speex-1.0beta4
git-svn-id: http://svn.xiph.org/trunk/speex@4166 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--libspeex/nb_celp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeex/nb_celp.c b/libspeex/nb_celp.c
index b87f2c9..a557329 100644
--- a/libspeex/nb_celp.c
+++ b/libspeex/nb_celp.c
@@ -388,7 +388,7 @@ int nb_encode(void *state, float *in, SpeexBits *bits)
st->vbr_quality=10;
if (st->vbr_quality<0)
st->vbr_quality=0;
- printf ("%f %f\n", st->abr_drift/(.1+st->abr_count), st->vbr_quality);
+ /*printf ("%f %f\n", st->abr_drift/(.1+st->abr_count), st->vbr_quality);*/
}
st->relative_quality = vbr_analysis(st->vbr, in, st->frameSize, ol_pitch, ol_pitch_coef);