ailia_speech
1.3.2.0
|
Requirements:
Requirements:
Requirements:
A license file is required to use the evaluation version. Please place the license file in the folder as described below.
Place the license file ailia.lic
in the same foolder as ailia.dll
(or in the cpp
folder if this is the sample).
Place the license file ailia.lic
in ~/Library/SHALO/
.
Place the license file ailia.lic
in ~/.shalo/
.
Move to the cpp
folder, then run the command corresponding to your OS as described below.
Run the sample by executing the command below.
Example of output:
The sample executable can take the following options.
See below for details about each argument:
Contents | Details |
---|---|
Input file name | Indicates the audio input file. Only accepts WAV files. |
Model | The size category of the model to use. Among: base, tiny, small, medium. Given here by order of increasing model accuracy. |
Language | Indicates the language to use. If the value is auto the language is automatically detected. Use the value ja for Japanese. |
Mode | Indicates the runtime mode. The available values are: transcribe, translate, live. The two former are self-explaining, and live indicates real-time transcription. |
VAD | Indicates whether VAD should be used. |
Option | Indicates the option to use. silent_threshold will activate the detection of silent intervals. prompt allows to pass a context. constraint_char indicates that only the vocabulary provided will be recognized. |
Execution environment | auto will select automatically between cpu and blas. gpu will enable the use of GPU hardware for the inference. |
The SDK contains a Small model. The Medium and Large model, which is more accurate than the Small model, can be downloaded from the URL below.
Medium
Large
Large V3
Large V3 Turbo
The SDK does not include a post-process model. If you want to use post-processing, you can download it from the following URL.
T5
FuguMT EN JA
FuguMT JA EN
Binaries downloaded from the browser in macOS may have a 'downloaded' attribute and may not be able to be executed. In that case, it is possible to remove the attribute by right-clicking on the .dylib
file and executing it. You can also release the 'downloaded' attribute by executing the following command from the command line: