| Line 33... |
Line 33... |
| 33 |
wprintf(L"\t\tMerges a voice page with xml into another\n");
|
33 |
wprintf(L"\t\tMerges a voice page with xml into another\n");
|
| 34 |
wprintf(L"\textract [--stream:<#>] <page> <file.xml> <file.wav> <output>\n");
|
34 |
wprintf(L"\textract [--stream:<#>] <page> <file.xml> <file.wav> <output>\n");
|
| 35 |
wprintf(L"\t\tExtracts a voice page from a large file using the XML for timings\n");
|
35 |
wprintf(L"\t\tExtracts a voice page from a large file using the XML for timings\n");
|
| 36 |
wprintf(L"\tcompile [--stream:<#>] <file.xml> <file.wav> <dir>\n");
|
36 |
wprintf(L"\tcompile [--stream:<#>] <file.xml> <file.wav> <dir>\n");
|
| 37 |
wprintf(L"\t\tCompiles a collection of voice files into a larger one and generates the xml file\n");
|
37 |
wprintf(L"\t\tCompiles a collection of voice files into a larger one and generates the xml file\n");
|
| - |
|
38 |
wprintf(L"\tsplit [--stream:<#>] <file.xml> <file.wav> <dir>\n");
|
| - |
|
39 |
wprintf(L"\t\tSplits the wave file into seperate files in <dir> using the xml file\n");
|
| 38 |
}
|
40 |
}
|
| 39 |
|
41 |
|
| 40 |
void Pause()
|
42 |
void Pause()
|
| 41 |
{
|
43 |
{
|
| 42 |
#ifdef _DEBUG
|
44 |
#ifdef _DEBUG
|