pveagle 1.0.0__tar.gz → 1.0.2__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.
- {pveagle-1.0.0 → pveagle-1.0.2}/PKG-INFO +5 -5
- {pveagle-1.0.0 → pveagle-1.0.2}/README.md +3 -3
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/_util.py +1 -5
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle.egg-info/PKG-INFO +5 -5
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle.egg-info/SOURCES.txt +0 -1
- {pveagle-1.0.0 → pveagle-1.0.2}/setup.py +4 -4
- pveagle-1.0.0/pveagle/lib/jetson/cortex-a57-aarch64/libpv_eagle.so +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/MANIFEST.in +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/LICENSE +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/__init__.py +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/_eagle.py +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/_factory.py +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/lib/common/eagle_params.pv +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/lib/linux/x86_64/libpv_eagle.so +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/lib/mac/arm64/libpv_eagle.dylib +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/lib/mac/x86_64/libpv_eagle.dylib +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/lib/raspberry-pi/cortex-a53/libpv_eagle.so +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/lib/raspberry-pi/cortex-a53-aarch64/libpv_eagle.so +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/lib/raspberry-pi/cortex-a72/libpv_eagle.so +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/lib/raspberry-pi/cortex-a72-aarch64/libpv_eagle.so +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/lib/raspberry-pi/cortex-a76/libpv_eagle.so +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/lib/raspberry-pi/cortex-a76-aarch64/libpv_eagle.so +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle/lib/windows/amd64/libpv_eagle.dll +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle.egg-info/dependency_links.txt +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/pveagle.egg-info/top_level.txt +0 -0
- {pveagle-1.0.0 → pveagle-1.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pveagle
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2
|
4
4
|
Summary: Eagle Speaker Recognition Engine
|
5
5
|
Home-page: https://github.com/Picovoice/eagle
|
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.8
|
16
16
|
Description-Content-Type: text/markdown
|
17
17
|
|
18
18
|
# Eagle Binding for Python
|
@@ -29,12 +29,12 @@ Eagle is an on-device speaker recognition engine. Eagle is:
|
|
29
29
|
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
|
30
30
|
- Android and iOS
|
31
31
|
- Chrome, Safari, Firefox, and Edge
|
32
|
-
- Raspberry Pi (
|
32
|
+
- Raspberry Pi (3, 4, 5)
|
33
33
|
|
34
34
|
## Compatibility
|
35
35
|
|
36
|
-
- Python 3.
|
37
|
-
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (
|
36
|
+
- Python 3.8 or higher
|
37
|
+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
|
38
38
|
|
39
39
|
## Installation
|
40
40
|
|
@@ -12,12 +12,12 @@ Eagle is an on-device speaker recognition engine. Eagle is:
|
|
12
12
|
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
|
13
13
|
- Android and iOS
|
14
14
|
- Chrome, Safari, Firefox, and Edge
|
15
|
-
- Raspberry Pi (
|
15
|
+
- Raspberry Pi (3, 4, 5)
|
16
16
|
|
17
17
|
## Compatibility
|
18
18
|
|
19
|
-
- Python 3.
|
20
|
-
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (
|
19
|
+
- Python 3.8 or higher
|
20
|
+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
|
21
21
|
|
22
22
|
## Installation
|
23
23
|
|
@@ -37,8 +37,6 @@ def _linux_machine() -> str:
|
|
37
37
|
|
38
38
|
if "0xd03" == cpu_part:
|
39
39
|
return "cortex-a53" + arch_info
|
40
|
-
elif "0xd07" == cpu_part:
|
41
|
-
return "cortex-a57" + arch_info
|
42
40
|
elif "0xd08" == cpu_part:
|
43
41
|
return "cortex-a72" + arch_info
|
44
42
|
elif "0xd0b" == cpu_part:
|
@@ -50,10 +48,10 @@ def _linux_machine() -> str:
|
|
50
48
|
_RASPBERRY_PI_MACHINES = {
|
51
49
|
"cortex-a53",
|
52
50
|
"cortex-a72",
|
51
|
+
"cortex-a76",
|
53
52
|
"cortex-a53-aarch64",
|
54
53
|
"cortex-a72-aarch64",
|
55
54
|
"cortex-a76-aarch64"}
|
56
|
-
_JETSON_MACHINES = {"cortex-a57-aarch64"}
|
57
55
|
|
58
56
|
|
59
57
|
def default_library_path(relative: str = "") -> str:
|
@@ -66,8 +64,6 @@ def default_library_path(relative: str = "") -> str:
|
|
66
64
|
linux_machine = _linux_machine()
|
67
65
|
if linux_machine == "x86_64":
|
68
66
|
return os.path.join(os.path.dirname(__file__), relative, "lib/linux/x86_64/libpv_eagle.so")
|
69
|
-
elif linux_machine in _JETSON_MACHINES:
|
70
|
-
return os.path.join(os.path.dirname(__file__), relative, "lib/jetson/%s/libpv_eagle.so" % linux_machine)
|
71
67
|
elif linux_machine in _RASPBERRY_PI_MACHINES:
|
72
68
|
return os.path.join(
|
73
69
|
os.path.dirname(__file__), relative, "lib/raspberry-pi/%s/libpv_eagle.so" % linux_machine
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pveagle
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2
|
4
4
|
Summary: Eagle Speaker Recognition Engine
|
5
5
|
Home-page: https://github.com/Picovoice/eagle
|
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.8
|
16
16
|
Description-Content-Type: text/markdown
|
17
17
|
|
18
18
|
# Eagle Binding for Python
|
@@ -29,12 +29,12 @@ Eagle is an on-device speaker recognition engine. Eagle is:
|
|
29
29
|
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
|
30
30
|
- Android and iOS
|
31
31
|
- Chrome, Safari, Firefox, and Edge
|
32
|
-
- Raspberry Pi (
|
32
|
+
- Raspberry Pi (3, 4, 5)
|
33
33
|
|
34
34
|
## Compatibility
|
35
35
|
|
36
|
-
- Python 3.
|
37
|
-
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (
|
36
|
+
- Python 3.8 or higher
|
37
|
+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
|
38
38
|
|
39
39
|
## Installation
|
40
40
|
|
@@ -11,7 +11,6 @@ pveagle.egg-info/SOURCES.txt
|
|
11
11
|
pveagle.egg-info/dependency_links.txt
|
12
12
|
pveagle.egg-info/top_level.txt
|
13
13
|
pveagle/lib/common/eagle_params.pv
|
14
|
-
pveagle/lib/jetson/cortex-a57-aarch64/libpv_eagle.so
|
15
14
|
pveagle/lib/linux/x86_64/libpv_eagle.so
|
16
15
|
pveagle/lib/mac/arm64/libpv_eagle.dylib
|
17
16
|
pveagle/lib/mac/x86_64/libpv_eagle.dylib
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright 2023 Picovoice Inc.
|
2
|
+
# Copyright 2023-2024 Picovoice Inc.
|
3
3
|
#
|
4
4
|
# You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE"
|
5
5
|
# file accompanying this source.
|
@@ -15,7 +15,7 @@ import shutil
|
|
15
15
|
import setuptools
|
16
16
|
|
17
17
|
INCLUDE_FILES = ("../../LICENSE", "__init__.py", "_factory.py", "_eagle.py", "_util.py")
|
18
|
-
INCLUDE_LIBS = ("common", "
|
18
|
+
INCLUDE_LIBS = ("common", "linux", "mac", "raspberry-pi", "windows")
|
19
19
|
|
20
20
|
os.system("git clean -dfx")
|
21
21
|
|
@@ -42,7 +42,7 @@ with open(os.path.join(os.path.dirname(__file__), "README.md"), "r") as f:
|
|
42
42
|
|
43
43
|
setuptools.setup(
|
44
44
|
name="pveagle",
|
45
|
-
version="1.0.
|
45
|
+
version="1.0.2",
|
46
46
|
author="Picovoice",
|
47
47
|
author_email="hello@picovoice.ai",
|
48
48
|
description="Eagle Speaker Recognition Engine",
|
@@ -59,6 +59,6 @@ setuptools.setup(
|
|
59
59
|
"Programming Language :: Python :: 3",
|
60
60
|
"Topic :: Multimedia :: Sound/Audio :: Speech",
|
61
61
|
],
|
62
|
-
python_requires=">=3.
|
62
|
+
python_requires=">=3.8",
|
63
63
|
keywords="Speaker Recognition, Speaker Identification, Voice Recognition, Voice Identification",
|
64
64
|
)
|
Binary file
|
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
|
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
|