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
- Host: GitHub
- URL: https://github.com/juancarlospaco/nim-espeak
- Owner: juancarlospaco
- License: mit
- Created: 2018-08-13T16:52:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T19:12:59.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T14:48:40.772Z (4 months ago)
- Topics: espeak, espeak-ng, nim, nim-lang, text-to-speech, voice
- Language: Nim
- Size: 105 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

# 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)