voxforge.org
VoxForge Dev

Changeset 2268

Show
Ignore:
Timestamp:
08/24/07 13:39:23 (1 year ago)
Author:
kmaclean
Message:

Flac audio processing updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/Scripts/Audio_scripts/UserSubmission/AUDIO.pm

    r2265 r2268  
    175175        $command = ("cd $AudioScripts_dir/UserSubmission && mkdir ./interim_files ./logs"); print "$command\n" if $debug; system($command) == 0 or confess "system $command failed: $?";  
    176176        $command = ("cd $AudioScripts_dir/UserSubmission && cp  $QuarantineDir/$audio_dir_name/VALIDATION-PROMPTS ./interim_files/master_prompts"); print "$command\n" if $debug; system($command) == 0 or confess "system $command failed: $?";  
    177         $command = ("cd $AudioScripts_dir/UserSubmission && ./AUDIO/Audio2PromptsValidation.sh $QuarantineDir/$audio_dir_name $AMCreate_scripts_dir $HTKBin $LexiconDirectory $debug"); print "$command\n" if $debug; system($command) == 0 or confess "system $command failed: $?";  
     177        $command = ("cd $AudioScripts_dir/UserSubmission && AUDIO/Audio2PromptsValidation.sh $QuarantineDir/$audio_dir_name $AMCreate_scripts_dir $HTKBin $LexiconDirectory $debug"); print "$command\n" if $debug; system($command) == 0 or confess "system $command failed: $?";  
    178178        $command = ("cd $AudioScripts_dir/UserSubmission && rm -rf ./interim_files ./logs"); print "$command\n" if $debug; system($command) == 0 or confess "system $command failed: $?";  
    179179