ailia_voice  1.1.0.0
Setup and Build

Unity Version

Unity version 2021.3.10f1 or later is required.

Unity Plugin Import

Import the ailia_voice.unity_package into your project from the unity folder.

Unity Plugin Folder Structure

The ailia Speech Unity Package has the following structure.

Folder Content
Ailia Contains the interface for the ailia SDK core inference.
AiliaVoice Contains the interface for the ailia Voice synthesis.
Plugins Contains the native plugin binaries for the ailia SDK and ailia Voice.
Resources Contains image files for the demo app, etc.
StreamingAssets Contains AI models and dictionary files.
AiliaVoiceSample.cs The main sample file.
AiliaVoiceSampleScene.unity The main sample scene.

Placement of License File

A license file is required for the evaluation version. Please place the license file in the following folder.

Windows

Place ailia.lic in the same folder as ailia.dll (for samples, it's Assets/Plugins/x86_64).

macOS

Place ailia.lic in ~/Library/SHALO/.

Linux

Place ailia.lic in ~/.shalo/.

Running the Sample

Open and run AiliaVoiceSampleScene.unity.