Original project: Fish-Speech
FishSpeechUnity: Unity package providing TTS functionality
Requires Unity 6.0+
Add it by this git URL to your Unity Package Manager:
https://github.com/fidarit/Fish-speech-unity.git?path=Packages/com.fidarit.fish-speech-unity
The library automatically downloads the required models from the Hugging Face Hub if they are not found locally. The models are downloaded to the specified paths.
-
Original TTS code (Fish Audio):
- Code: Apache License 2.0
- Model weights: CC-BY-NC-SA 4.0
- Repository: https://github.com/fishaudio/fish-speech
-
Modifications and Unity integration by @fidarit:
- Code: MIT License
IMPORTANT NOTE ON MODEL USAGE: The pre-trained models automatically downloaded and utilized by this library originate from the Fish-Speech project and are licensed separately under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license.
- This means the models CANNOT be used for any commercial purposes.
- Please review the full CC BY-NC-SA 4.0 license terms here: https://creativecommons.org/licenses/by-nc-sa/4.0/
Users of this library are solely responsible for ensuring their usage complies with all applicable laws and ethical standards. Do not use this tool for illegal or harmful purposes. The developers of this fork are not liable for any misuse.