Linux: How do I tar my audio files and prompts for submission to VoxForge
User:
kmaclean
Date: 3/14/2007 4:37 pm
Views: 307
Rating: 17
Rate [

|

]
Please create a single compressed tar file containing the following files:
- your prompts file;
- your audio files (in "wav" format);
- your README and LICENSE files.
Name your tar file as follows "[voxforge
username]-[year][month][day].tgz" . For example, if you stored all these files in the
/home/myusername/train folder, you would execute
the following command to create your gzipped tar file:
|
$cd /home/myusername
$tar -zcvf kmaclean-06092006.tgz train
|