From 1b20fe2682c778c3a54d3d09400525ef95795cfc Mon Sep 17 00:00:00 2001 From: Matt Shannon Date: Sat, 29 Aug 2009 01:36:17 +0100 Subject: [PATCH] (scripts - Config.pm.in - set bap stream weight to 1.0 (not sure why it was set to 0.0 previously)) Ignore-this: d9677c35beaed56093bf94113a4300fd darcs-hash:20090829003617-3a4db-cf293e9eb86ba4b5b7eb6dbe75886aaca454f378.gz --- scripts/Config.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Config.pm.in b/scripts/Config.pm.in index 9868ae1..e824e26 100755 --- a/scripts/Config.pm.in +++ b/scripts/Config.pm.in @@ -98,7 +98,7 @@ $ref{'dur'} = \@dur; %strw = ('mgc' => '1.0', # stream weights 'lf0' => '1.0', - 'bap' => '0.0', + 'bap' => '1.0', 'dur' => '1.0'); %ordr = ('mgc' => '@MGCVSIZE@', # feature order