Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtrizer/unitypiper
Offline text to speech inside Unity
https://github.com/mrtrizer/unitypiper
piper text-to-speech tts tts-api
Last synced: about 6 hours ago
JSON representation
Offline text to speech inside Unity
- Host: GitHub
- URL: https://github.com/mrtrizer/unitypiper
- Owner: mrtrizer
- License: mit
- Created: 2023-11-19T05:37:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-29T12:50:40.000Z (6 months ago)
- Last Synced: 2024-05-30T02:54:08.483Z (6 months ago)
- Topics: piper, text-to-speech, tts, tts-api
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Piper for Unity
Enables offline text to speach inside unity app# Installation
- Add git repo as package Window -> Package Manager -> Add from Git URL https://github.com/mrtrizer/UnityPiper.git
- Download espeak-ng-data (You need only espeak-ng\share\espeak-ng-data from archive) and put into StreamingAssets - https://github.com/rhasspy/espeak-ng/releases/tag/2023.9.7-4
- Download trained voice model (both .onnx and .json files!) and put into StreamingAssets - https://huggingface.co/rhasspy/piper-voices/tree/v1.0.0
- Put Test.prefab from package on scene, enter paths to models in example component fields and click "Play"# Platforms support
Use my fork to build library using CMake - https://github.com/mrtrizer/piper