summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2002-07-01 21:56:47 +0000
committerMonty <xiphmont@xiph.org>2002-07-01 21:56:47 +0000
commitb671a15fc304ab220a7b9e24764dece8a6b19ade (patch)
tree887537006361b4b59a5752a9fe7ad10667470378 /examples
parent26c664f7448b03606aa16111bab2c76fd611bff2 (diff)
downloadlibvorbis-git-b671a15fc304ab220a7b9e24764dece8a6b19ade.tar.gz
Substantially increase the number of bits given to noise encoding in
impulse blocks. All you Aphex Twin freaks can quiet down now :-) svn path=/trunk/vorbis/; revision=3466
Diffstat (limited to 'examples')
-rw-r--r--examples/encoder_example.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/encoder_example.c b/examples/encoder_example.c
index 05574c8d..d9937a34 100644
--- a/examples/encoder_example.c
+++ b/examples/encoder_example.c
@@ -11,7 +11,7 @@
********************************************************************
function: simple example encoder
- last mod: $Id: encoder_example.c,v 1.43 2002/07/01 11:20:09 xiphmont Exp $
+ last mod: $Id: encoder_example.c,v 1.44 2002/07/01 21:56:46 xiphmont Exp $
********************************************************************/
@@ -97,8 +97,8 @@ int main(){
/* (quality mode .4: 44kHz stereo coupled, roughly 128kbps VBR) */
vorbis_info_init(&vi);
- vorbis_encode_init(&vi,2,44100,-1,80000,-1);
- //vorbis_encode_init_vbr(&vi,2,44100,-.1);
+ vorbis_encode_init(&vi,2,44100,-1,320000,-1);
+ //vorbis_encode_init_vbr(&vi,2,44100,.3);
//vorbis_encode_setup_managed(&vi,2,44100,-1,128000,-1);
//vorbis_encode_ctl(&vi,OV_ECTL_RATEMANAGE_AVG,NULL);