Skip to content

Commit 6d00f40

Browse files
authored
Update README.md
1 parent 9d9cf35 commit 6d00f40

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# UnityRuntimeTextToSpeech
2-
Runtime TTS plugin for unity, using espeak-ng (windows only)
2+
Runtime TTS plugin for unity, using [espeak-ng](https://github.com/espeak-ng/espeak-ng) & [espeak-ng-wrapper](https://github.com/parhamdoustdar/espeak-ng-wrapper) and [dll manipulator](https://github.com/MCpiroman/UnityNativeTool)
3+
4+
Quick project scrambled together from bits and pieces, to get free, non-windows-system-voice dependent, runtime TTS for unity.
5+
6+
## Unity version
7+
2018.3.13f1
8+
9+
## Known issues
10+
Crashes if exit application while its speaking
11+
12+
## Pull requests
13+
Are accepted, but open issue first to describe your fixes or updates
14+
15+
### dll manipulator license
16+
https://github.com/mcpiroman/UnityNativeTool/blob/master/LICENSE.txt
17+
18+
### espeak dotnet wrapper license
19+
https://github.com/parhamdoustdar/espeak-ng-wrapper/blob/master/LICENSE
20+
21+
### espeak-ng license
22+
https://github.com/espeak-ng/espeak-ng#license-information

0 commit comments

Comments
 (0)