voxforge.org
VoxForge Dev

Changeset 2289

Show
Ignore:
Timestamp:
09/03/07 12:39:40 (1 year ago)
Author:
kmaclean
Message:

fix code to reflect script directory rename

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/Scripts/Audio_scripts/Repository/Mfcc.pm

    r2267 r2289  
    104104                                        sleep(3);  # wait svn working copy to complete processing ??? 
    105105                                        # HTK - convert wav file to HTK mfc format      
    106                                         $command = ("$HTKbin/HCopy -A -D -T 1 -C $Repository_dir/MFCC/wav_config $directory/$filename_nosuffix\.mfc $directory/$filename_nosuffix\.mfc" ); system($command) == 0 or  confess "system $command failed: $?";       
     106                                        $command = ("$HTKbin/HCopy -A -D -T 1 -C $Repository_dir/Mfcc/wav_config $directory/$filename_nosuffix\.mfc $directory/$filename_nosuffix\.mfc" ); system($command) == 0 or  confess "system $command failed: $?";       
    107107                                } elsif ($suffix eq "flac") { 
    108108                                        print "converting:$directory\/$filename\n" if $debug;