pvleopard 2.0.3__tar.gz → 2.0.5__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.
- {pvleopard-2.0.3 → pvleopard-2.0.5}/PKG-INFO +5 -5
- {pvleopard-2.0.3 → pvleopard-2.0.5}/README.md +3 -3
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/_util.py +4 -1
- pvleopard-2.0.5/pvleopard/lib/windows/arm64/libpv_leopard.dll +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard.egg-info/PKG-INFO +5 -5
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard.egg-info/SOURCES.txt +2 -1
- {pvleopard-2.0.3 → pvleopard-2.0.5}/setup.py +2 -2
- {pvleopard-2.0.3 → pvleopard-2.0.5}/MANIFEST.in +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/LICENSE +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/__init__.py +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/_factory.py +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/_leopard.py +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/common/leopard_params.pv +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/linux/x86_64/libpv_leopard.so +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/mac/arm64/libpv_leopard.dylib +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/mac/x86_64/libpv_leopard.dylib +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a53/libpv_leopard.so +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a53-aarch64/libpv_leopard.so +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a72/libpv_leopard.so +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a72-aarch64/libpv_leopard.so +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a76/libpv_leopard.so +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a76-aarch64/libpv_leopard.so +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/windows/amd64/libpv_leopard.dll +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard.egg-info/dependency_links.txt +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard.egg-info/top_level.txt +0 -0
- {pvleopard-2.0.3 → pvleopard-2.0.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pvleopard
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.5
|
4
4
|
Summary: Leopard Speech-to-Text Engine.
|
5
5
|
Home-page: https://github.com/Picovoice/leopard
|
6
6
|
Author: Picovoice
|
@@ -12,7 +12,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
|
15
|
-
Requires-Python: >=3.
|
15
|
+
Requires-Python: >=3.9
|
16
16
|
Description-Content-Type: text/markdown
|
17
17
|
|
18
18
|
# Leopard Binding for Python
|
@@ -27,15 +27,15 @@ Leopard is an on-device speech-to-text engine. Leopard is:
|
|
27
27
|
- [Accurate](https://picovoice.ai/docs/benchmark/stt/)
|
28
28
|
- [Compact and Computationally-Efficient](https://github.com/Picovoice/speech-to-text-benchmark#rtf)
|
29
29
|
- Cross-Platform:
|
30
|
-
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
|
30
|
+
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64)
|
31
31
|
- Android and iOS
|
32
32
|
- Chrome, Safari, Firefox, and Edge
|
33
33
|
- Raspberry Pi (3, 4, 5)
|
34
34
|
|
35
35
|
## Compatibility
|
36
36
|
|
37
|
-
- Python 3.
|
38
|
-
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
|
37
|
+
- Python 3.9+
|
38
|
+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64), and Raspberry Pi (3, 4, 5).
|
39
39
|
|
40
40
|
## Installation
|
41
41
|
|
@@ -10,15 +10,15 @@ Leopard is an on-device speech-to-text engine. Leopard is:
|
|
10
10
|
- [Accurate](https://picovoice.ai/docs/benchmark/stt/)
|
11
11
|
- [Compact and Computationally-Efficient](https://github.com/Picovoice/speech-to-text-benchmark#rtf)
|
12
12
|
- Cross-Platform:
|
13
|
-
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
|
13
|
+
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64)
|
14
14
|
- Android and iOS
|
15
15
|
- Chrome, Safari, Firefox, and Edge
|
16
16
|
- Raspberry Pi (3, 4, 5)
|
17
17
|
|
18
18
|
## Compatibility
|
19
19
|
|
20
|
-
- Python 3.
|
21
|
-
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
|
20
|
+
- Python 3.9+
|
21
|
+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64), and Raspberry Pi (3, 4, 5).
|
22
22
|
|
23
23
|
## Installation
|
24
24
|
|
@@ -70,7 +70,10 @@ def default_library_path(relative):
|
|
70
70
|
relative,
|
71
71
|
'lib/raspberry-pi/%s/libpv_leopard.so' % linux_machine)
|
72
72
|
elif platform.system() == 'Windows':
|
73
|
-
|
73
|
+
if platform.machine().lower() == 'amd64':
|
74
|
+
return os.path.join(os.path.dirname(__file__), relative, 'lib/windows/amd64/libpv_leopard.dll')
|
75
|
+
elif platform.machine().lower() == 'arm64':
|
76
|
+
return os.path.join(os.path.dirname(__file__), relative, 'lib/windows/arm64/libpv_leopard.dll')
|
74
77
|
|
75
78
|
raise NotImplementedError('Unsupported platform.')
|
76
79
|
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pvleopard
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.5
|
4
4
|
Summary: Leopard Speech-to-Text Engine.
|
5
5
|
Home-page: https://github.com/Picovoice/leopard
|
6
6
|
Author: Picovoice
|
@@ -12,7 +12,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
|
15
|
-
Requires-Python: >=3.
|
15
|
+
Requires-Python: >=3.9
|
16
16
|
Description-Content-Type: text/markdown
|
17
17
|
|
18
18
|
# Leopard Binding for Python
|
@@ -27,15 +27,15 @@ Leopard is an on-device speech-to-text engine. Leopard is:
|
|
27
27
|
- [Accurate](https://picovoice.ai/docs/benchmark/stt/)
|
28
28
|
- [Compact and Computationally-Efficient](https://github.com/Picovoice/speech-to-text-benchmark#rtf)
|
29
29
|
- Cross-Platform:
|
30
|
-
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
|
30
|
+
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64)
|
31
31
|
- Android and iOS
|
32
32
|
- Chrome, Safari, Firefox, and Edge
|
33
33
|
- Raspberry Pi (3, 4, 5)
|
34
34
|
|
35
35
|
## Compatibility
|
36
36
|
|
37
|
-
- Python 3.
|
38
|
-
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
|
37
|
+
- Python 3.9+
|
38
|
+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64), and Raspberry Pi (3, 4, 5).
|
39
39
|
|
40
40
|
## Installation
|
41
41
|
|
@@ -20,4 +20,5 @@ pvleopard/lib/raspberry-pi/cortex-a72/libpv_leopard.so
|
|
20
20
|
pvleopard/lib/raspberry-pi/cortex-a72-aarch64/libpv_leopard.so
|
21
21
|
pvleopard/lib/raspberry-pi/cortex-a76/libpv_leopard.so
|
22
22
|
pvleopard/lib/raspberry-pi/cortex-a76-aarch64/libpv_leopard.so
|
23
|
-
pvleopard/lib/windows/amd64/libpv_leopard.dll
|
23
|
+
pvleopard/lib/windows/amd64/libpv_leopard.dll
|
24
|
+
pvleopard/lib/windows/arm64/libpv_leopard.dll
|
@@ -48,7 +48,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md'), 'r') as f:
|
|
48
48
|
|
49
49
|
setuptools.setup(
|
50
50
|
name="pvleopard",
|
51
|
-
version="2.0.
|
51
|
+
version="2.0.5",
|
52
52
|
author="Picovoice",
|
53
53
|
author_email="hello@picovoice.ai",
|
54
54
|
description="Leopard Speech-to-Text Engine.",
|
@@ -65,6 +65,6 @@ setuptools.setup(
|
|
65
65
|
"Programming Language :: Python :: 3",
|
66
66
|
"Topic :: Multimedia :: Sound/Audio :: Speech"
|
67
67
|
],
|
68
|
-
python_requires='>=3.
|
68
|
+
python_requires='>=3.9',
|
69
69
|
keywords="Speech-to-Text, Speech Recognition, Voice Recognition, ASR, Automatic Speech Recognition",
|
70
70
|
)
|
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
|
File without changes
|
{pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a53-aarch64/libpv_leopard.so
RENAMED
File without changes
|
File without changes
|
{pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a72-aarch64/libpv_leopard.so
RENAMED
File without changes
|
File without changes
|
{pvleopard-2.0.3 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a76-aarch64/libpv_leopard.so
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|