| |
| |
NaturalReader Developer Version can be called by command lines in other applications to convert text to audio files. |
|
| |
|
|
| |
Basic Features: |
|
| |
- Convert text into audio file.
- Convert text file into audio file
- Batch converting multiple text files into audio files.
- Set speaker, speaking speed, audio quality.
- Convert to MP3, WAV, and OGG files.
- 8 Natural Voices included
|
|
| |
| |
Examples: |
|
| |
1. Convert text into audio files: Convert "How are you ? I am fine." To Fine.mp3 |
|
| |
NaturalReaderCL –str How are you ? I am fine. –save f:\fine.mp3 –reg XXXXXXXXXXXX |
|
| |
|
|
| |
2. Convert text file into audio file: Convert "f:\Mfile\plan.txt" into mp3 file |
|
| |
NaturalReaderCL –txt f:\Mfile\plan.txt –save f:\Mfile\plan.mp3 –reg XXXXXXXXXXXX |
|
| |
|
|
| |
3. Converting multiple text files into audio files in one time: convert all text files in "f:\Myfile\Myarticle\" into mp3 files, the speaker is 0, speaking speed is -1. |
|
| |
NaturalReaderCL -btxt f:\Myfile\Myarticle\ -save f:\Myfile\Myarticle\ -tpye mp3 -spk 1 –spd 0 –reg XXXXXXXXXXXX |
|
| |
|
|