ailia_voice
1.3.0.0
|
Unity version 2021.3.10f1 or later is required.
Import the ailia_voice.unity_package into your project from the unity folder.
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. |
A license file is required for the evaluation version. Please place the license file in the following folder.
Place ailia.lic in the same folder as ailia.dll (for samples, it's Assets/Plugins/x86_64).
Place ailia.lic in ~/Library/SHALO/.
Place ailia.lic in ~/.shalo/.
Open and run AiliaVoiceSampleScene.unity.