Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 461 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 461 Bytes

ttsmp3

A node.js script used to download text-to-speech mp3 files. Install with sudo npm install ttsmp3 -g.

Usage: ttsmp3 <text> [-o <outfile>] [-l <lang>] [-g <gender>]
                     [-v | --version] [-h | --help]

       text:       input text
       outfile:    output mp3 file
       lang:       accent variable
       gender:     "fm" or "ml" for female or male

Props to vozme.com for providing the free service.