ailia_speech
1.3.2.0
|
Unity must be version 2021.3.10f1 or later.
In your project, import ailia_speech.unity_package
which is present in the unity
folder.
Install the ailia SDK from the Unity Package Manager. Please add the following URLs.
The contents structure of the folder containing the Unity package for ailia Speech is stuctured the follwing way:
Folder | Contents |
---|---|
ailia_speech | Contains the interface for ailia Speech, the component which performs speech recognition |
Resources | Contains e.g. the image files used by the demo app |
Standalone FileBrowser | Contains additional components required to display dialogs to open files on Windows and macOS |
StreamingAssets | Contains AI model files and dictionary files |
TextMeshPro | Contains additional components required to draw text |
Samples/Scripts/AiliaSpeechSample.cs | Main sample file |
Samples/Scenes/AiliaSpeechSample.unity | Main sample scene |
In order to use the evaluation version, a license file is required. Place the license file in the folder as indicated below:
Place the license file ailia.lic
in the same folder as ailia.dll
(e.g. for the sample app it is in Assets/Plugins/x86_64
)
Place the license file ailia.lic
in ~/Library/SHALO/
Place the license file ailia.lic
in ~/.shalo/
Open the file AiliaSpeechScene.unity
in Unity, then run it.