Skip to content

๐Ÿš€ 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:

  1. English voice, agent index 0 โ†’ en_voice0.wav
  2. 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 ๐Ÿค