unity-sentis
ONNX
PB Unity
Update README.md
4feb694 verified
|
raw
history blame
713 Bytes
metadata
license: cc-by-4.0

Jets Text-to-Speech Model validated for Unity Sentis

This is a text to speech model called Jets. It takes in a text string which you convert to phonemes using a dictionary and then outputs a wav to play the voice.

How to Use

  • Create a new scene in Unity 2023
  • Install com.unity.sentis package
  • Put the c# script on the Main Camera
  • Add an AudioSource component on the Main Camera
  • Set the inputText string for what you want it to say
  • Press play

Information

This version using a phoneme dictionary to convert the text into a string of phonemes. There are other ways to do this, for example using another model, or heuristics.