An open API service indexing awesome lists of open source software.

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)

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
```