summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2002-07-13 06:12:49 +0000
committerMonty <xiphmont@xiph.org>2002-07-13 06:12:49 +0000
commit0bd3d1479349edf910a4f8f0079de8a54573f2b8 (patch)
tree85084ff1bf8610896704695c9d25fcec9063eec6 /examples
parent6008e7d5bf5a70be0b372877a097bf0736eda18d (diff)
downloadlibvorbis-git-0bd3d1479349edf910a4f8f0079de8a54573f2b8.tar.gz
Turn off HF dipole stereo. The elliptical stereo from rc3, despite
slightly more centered hiss, simply works better. Monty svn path=/trunk/vorbis/; revision=3609
Diffstat (limited to 'examples')
-rw-r--r--examples/encoder_example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/encoder_example.c b/examples/encoder_example.c
index 00bc0a81..2c0f1c84 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.48 2002/07/12 15:07:52 giles Exp $
+ last mod: $Id: encoder_example.c,v 1.49 2002/07/13 06:12:45 xiphmont Exp $
********************************************************************/
@@ -126,7 +126,7 @@ int main(){
*********************************************************************/
- ret=vorbis_encode_init_vbr(&vi,2,44100,.3);
+ ret=vorbis_encode_init_vbr(&vi,2,44100,.5);
/* do not continue if setup failed; this can happen if we ask for a
mode that libVorbis does not support (eg, too low a bitrate, etc,