https://github.com/micmro/text2audio
Converts a word to an mp3 file via Google Translate (check their licence)
https://github.com/micmro/text2audio
Last synced: 6 months ago
JSON representation
Converts a word to an mp3 file via Google Translate (check their licence)
- Host: GitHub
- URL: https://github.com/micmro/text2audio
- Owner: micmro
- License: mit
- Created: 2017-04-15T11:40:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T13:33:08.000Z (almost 8 years ago)
- Last Synced: 2025-02-06T19:40:44.807Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# text2audio
Little CLI tool to convert a word or sentence to an mp3 file, using Google Translate (check their licence if they allow your use of their API).
## Install
Install globally:
```
npm install -g text2audio
```
## Usage
Just add a word or sentence and specify the language used to read it
```
text2audio 안녕하세요 -l ko-KR
```
```
text2audio Hello there -l en
```
### Show usage help
```
text2audio -h
```