- Timestamp:
- 05/30/08 22:25:39 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/Scripts/Audio_scripts/AudioSegmentation/AudioBook.pm
r2600 r2601 211 211 if (defined(<AudioBook/interim_files/logs/*>)) { 212 212 unlink (<AudioBook/interim_files/logs/*>); 213 } 214 if (defined(<AudioBook/interim_files/missingWordsFolder/*>)) { 215 unlink (<AudioBook/interim_files/missingWordsFolder/*>); 213 216 } 214 217 if (defined(<AudioBook/interim_files/wav/*>)) { … … 412 415 413 416 print "-v\tvalidate segment audio files to prompt text using forced Aligment\n"; 414 print "-w\tvalidate missing word pronunciations to audio (using created audio segments)\n";417 print "-w\tvalidate missing word pronunciations to audio recordings\n"; 415 418 print "-x\tunique tar file suffix (max 3 characters - remainder is truncated)\n"; 416 419 print "-S\trun sanity test\n";