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

https://github.com/juancarlospaco/nim-espeak

Nim Espeak NG wrapper, for super easy Voice and Text-To-Speech
https://github.com/juancarlospaco/nim-espeak

espeak espeak-ng nim nim-lang text-to-speech voice

Last synced: about 2 months ago
JSON representation

Nim Espeak NG wrapper, for super easy Voice and Text-To-Speech

Awesome Lists containing this project

README

        

# nim-espeak

[Nim](https://nim-lang.org) [Espeak NG wrapper](https://github.com/espeak-ng/espeak-ng#espeak-ng-text-to-speech), for super easy Voice and Text-To-Speech, works Offline, no API Keys, No Google.

![Espeak](https://raw.githubusercontent.com/juancarlospaco/nim-espeak/master/cat-mic.jpg)

# Install

- `nimble install espeak`

# Use

```nim
import espeak
espeak("Hello World.")
```

- [Check the source code for an Example, its also executable by itself.](https://github.com/juancarlospaco/nim-espeak/blob/master/src/espeak.nim#L16)
- [For On-Line Text-To-Speech check TextToSpeech.](https://nimble.directory/pkg/texttospeech)