Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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