ailia-speech 1.3.0.1__tar.gz → 1.3.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ailia-speech might be problematic. Click here for more details.
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/PKG-INFO +4 -4
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/README.md +3 -3
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech.egg-info/PKG-INFO +4 -4
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/setup.py +1 -1
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech/LICENSE_AILIA_EN.pdf +0 -0
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech/LICENSE_AILIA_JA.pdf +0 -0
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech/__init__.py +0 -0
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech/linux/arm64-v8a/libailia_speech.so +0 -0
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech/linux/x64/libailia_speech.so +0 -0
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech/mac/libailia_speech.dylib +0 -0
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech/windows/x64/ailia_speech.dll +0 -0
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech.egg-info/SOURCES.txt +0 -0
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech.egg-info/dependency_links.txt +0 -0
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech.egg-info/requires.txt +0 -0
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech.egg-info/top_level.txt +0 -0
- {ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ailia_speech
|
|
3
|
-
Version: 1.3.0.
|
|
3
|
+
Version: 1.3.0.3
|
|
4
4
|
Summary: ailia AI Speech
|
|
5
5
|
Home-page: https://ailia.jp/
|
|
6
6
|
Author: ax Inc.
|
|
@@ -19,11 +19,11 @@ As long as user complies with the conditions stated in [License Document](https:
|
|
|
19
19
|
|
|
20
20
|
## About ailia AI Speech
|
|
21
21
|
|
|
22
|
-
ailia Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia Speech, you can easily integrate AI powered speech recognition into your applications.
|
|
22
|
+
ailia AI Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia AI Speech, you can easily integrate AI powered speech recognition into your applications.
|
|
23
23
|
|
|
24
24
|
## Install from pip
|
|
25
25
|
|
|
26
|
-
You can install the ailia
|
|
26
|
+
You can install the ailia AI Speech free evaluation package with the following command.
|
|
27
27
|
|
|
28
28
|
```
|
|
29
29
|
pip3 install ailia_speech
|
|
@@ -31,7 +31,7 @@ pip3 install ailia_speech
|
|
|
31
31
|
|
|
32
32
|
## Install from package
|
|
33
33
|
|
|
34
|
-
You can install the ailia
|
|
34
|
+
You can install the ailia AI Speech from Package with the following command.
|
|
35
35
|
|
|
36
36
|
```
|
|
37
37
|
python3 bootstrap.py
|
|
@@ -6,11 +6,11 @@ As long as user complies with the conditions stated in [License Document](https:
|
|
|
6
6
|
|
|
7
7
|
## About ailia AI Speech
|
|
8
8
|
|
|
9
|
-
ailia Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia Speech, you can easily integrate AI powered speech recognition into your applications.
|
|
9
|
+
ailia AI Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia AI Speech, you can easily integrate AI powered speech recognition into your applications.
|
|
10
10
|
|
|
11
11
|
## Install from pip
|
|
12
12
|
|
|
13
|
-
You can install the ailia
|
|
13
|
+
You can install the ailia AI Speech free evaluation package with the following command.
|
|
14
14
|
|
|
15
15
|
```
|
|
16
16
|
pip3 install ailia_speech
|
|
@@ -18,7 +18,7 @@ pip3 install ailia_speech
|
|
|
18
18
|
|
|
19
19
|
## Install from package
|
|
20
20
|
|
|
21
|
-
You can install the ailia
|
|
21
|
+
You can install the ailia AI Speech from Package with the following command.
|
|
22
22
|
|
|
23
23
|
```
|
|
24
24
|
python3 bootstrap.py
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ailia_speech
|
|
3
|
-
Version: 1.3.0.
|
|
3
|
+
Version: 1.3.0.3
|
|
4
4
|
Summary: ailia AI Speech
|
|
5
5
|
Home-page: https://ailia.jp/
|
|
6
6
|
Author: ax Inc.
|
|
@@ -19,11 +19,11 @@ As long as user complies with the conditions stated in [License Document](https:
|
|
|
19
19
|
|
|
20
20
|
## About ailia AI Speech
|
|
21
21
|
|
|
22
|
-
ailia Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia Speech, you can easily integrate AI powered speech recognition into your applications.
|
|
22
|
+
ailia AI Speech is a library to perform speech recognition using AI. It provides a C API for native applications, as well as a C# API well suited for Unity applications. Using ailia AI Speech, you can easily integrate AI powered speech recognition into your applications.
|
|
23
23
|
|
|
24
24
|
## Install from pip
|
|
25
25
|
|
|
26
|
-
You can install the ailia
|
|
26
|
+
You can install the ailia AI Speech free evaluation package with the following command.
|
|
27
27
|
|
|
28
28
|
```
|
|
29
29
|
pip3 install ailia_speech
|
|
@@ -31,7 +31,7 @@ pip3 install ailia_speech
|
|
|
31
31
|
|
|
32
32
|
## Install from package
|
|
33
33
|
|
|
34
|
-
You can install the ailia
|
|
34
|
+
You can install the ailia AI Speech from Package with the following command.
|
|
35
35
|
|
|
36
36
|
```
|
|
37
37
|
python3 bootstrap.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ailia_speech-1.3.0.1 → ailia_speech-1.3.0.3}/ailia_speech/linux/arm64-v8a/libailia_speech.so
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|