๐ Quick Start
๐ Installing Requirements
UnityNeuroSpeech requires several programs to be installed.
You can simply run setup.bat โ it will download everything automatically.
Then just import the .unitypackage into your project.
๐๏ธ Voice Files
Donโt forget that you need voice files for TTS speech.
Make sure your files meet the following requirements:
- Format:
.wav - Duration: 5โ15 seconds (longer files work, but TTS will load them more slowly)
- Contain only one voice and one language, without background noise
Since UnityNeuroSpeech supports multiple voices for multiple agents, files must be named correctly:
<language>_voice<index>.wav
Examples:
- English voice, agent index
0โen_voice0.wav - Russian voice, agent index
3โru_voice3.wav
All voices must be placed in:
Assets/StreamingAssets/UnityNeuroSpeech/Voices/
๐ผ๏ธ Microphone Sprites
Youโll need two sprites for the microphone state (enabled/disabled).
Yes โ without them, it wonโt work ๐ค