pveagle 1.0.2__tar.gz → 1.0.4__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.
Files changed (26) hide show
  1. {pveagle-1.0.2 → pveagle-1.0.4}/PKG-INFO +5 -5
  2. {pveagle-1.0.2 → pveagle-1.0.4}/README.md +3 -3
  3. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/_util.py +4 -1
  4. pveagle-1.0.4/pveagle/lib/windows/arm64/libpv_eagle.dll +0 -0
  5. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle.egg-info/PKG-INFO +5 -5
  6. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle.egg-info/SOURCES.txt +2 -1
  7. {pveagle-1.0.2 → pveagle-1.0.4}/setup.py +2 -2
  8. {pveagle-1.0.2 → pveagle-1.0.4}/MANIFEST.in +0 -0
  9. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/LICENSE +0 -0
  10. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/__init__.py +0 -0
  11. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/_eagle.py +0 -0
  12. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/_factory.py +0 -0
  13. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/lib/common/eagle_params.pv +0 -0
  14. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/lib/linux/x86_64/libpv_eagle.so +0 -0
  15. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/lib/mac/arm64/libpv_eagle.dylib +0 -0
  16. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/lib/mac/x86_64/libpv_eagle.dylib +0 -0
  17. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/lib/raspberry-pi/cortex-a53/libpv_eagle.so +0 -0
  18. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/lib/raspberry-pi/cortex-a53-aarch64/libpv_eagle.so +0 -0
  19. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/lib/raspberry-pi/cortex-a72/libpv_eagle.so +0 -0
  20. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/lib/raspberry-pi/cortex-a72-aarch64/libpv_eagle.so +0 -0
  21. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/lib/raspberry-pi/cortex-a76/libpv_eagle.so +0 -0
  22. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/lib/raspberry-pi/cortex-a76-aarch64/libpv_eagle.so +0 -0
  23. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle/lib/windows/amd64/libpv_eagle.dll +0 -0
  24. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle.egg-info/dependency_links.txt +0 -0
  25. {pveagle-1.0.2 → pveagle-1.0.4}/pveagle.egg-info/top_level.txt +0 -0
  26. {pveagle-1.0.2 → pveagle-1.0.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pveagle
3
- Version: 1.0.2
3
+ Version: 1.0.4
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.8
15
+ Requires-Python: >=3.9
16
16
  Description-Content-Type: text/markdown
17
17
 
18
18
  # Eagle Binding for Python
@@ -26,15 +26,15 @@ Eagle is an on-device speaker recognition engine. Eagle is:
26
26
 
27
27
  - Private; All voice processing runs locally.
28
28
  - Cross-Platform:
29
- - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
29
+ - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64)
30
30
  - Android and iOS
31
31
  - Chrome, Safari, Firefox, and Edge
32
32
  - Raspberry Pi (3, 4, 5)
33
33
 
34
34
  ## Compatibility
35
35
 
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).
36
+ - Python 3.9+
37
+ - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64), and Raspberry Pi (3, 4, 5).
38
38
 
39
39
  ## Installation
40
40
 
@@ -9,15 +9,15 @@ Eagle is an on-device speaker recognition engine. Eagle is:
9
9
 
10
10
  - Private; All voice processing runs locally.
11
11
  - Cross-Platform:
12
- - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
12
+ - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64)
13
13
  - Android and iOS
14
14
  - Chrome, Safari, Firefox, and Edge
15
15
  - Raspberry Pi (3, 4, 5)
16
16
 
17
17
  ## Compatibility
18
18
 
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).
19
+ - Python 3.9+
20
+ - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64), and Raspberry Pi (3, 4, 5).
21
21
 
22
22
  ## Installation
23
23
 
@@ -69,7 +69,10 @@ def default_library_path(relative: str = "") -> str:
69
69
  os.path.dirname(__file__), relative, "lib/raspberry-pi/%s/libpv_eagle.so" % linux_machine
70
70
  )
71
71
  elif platform.system() == "Windows":
72
- return os.path.join(os.path.dirname(__file__), relative, "lib", "windows", "amd64", "libpv_eagle.dll")
72
+ if platform.machine().lower() == 'amd64':
73
+ return os.path.join(os.path.dirname(__file__), relative, "lib", "windows", "amd64", "libpv_eagle.dll")
74
+ elif platform.machine().lower() == 'arm64':
75
+ return os.path.join(os.path.dirname(__file__), relative, "lib", "windows", "arm64", "libpv_eagle.dll")
73
76
 
74
77
  raise NotImplementedError("Unsupported platform.")
75
78
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pveagle
3
- Version: 1.0.2
3
+ Version: 1.0.4
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.8
15
+ Requires-Python: >=3.9
16
16
  Description-Content-Type: text/markdown
17
17
 
18
18
  # Eagle Binding for Python
@@ -26,15 +26,15 @@ Eagle is an on-device speaker recognition engine. Eagle is:
26
26
 
27
27
  - Private; All voice processing runs locally.
28
28
  - Cross-Platform:
29
- - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
29
+ - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64)
30
30
  - Android and iOS
31
31
  - Chrome, Safari, Firefox, and Edge
32
32
  - Raspberry Pi (3, 4, 5)
33
33
 
34
34
  ## Compatibility
35
35
 
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).
36
+ - Python 3.9+
37
+ - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64), and Raspberry Pi (3, 4, 5).
38
38
 
39
39
  ## Installation
40
40
 
@@ -20,4 +20,5 @@ pveagle/lib/raspberry-pi/cortex-a72/libpv_eagle.so
20
20
  pveagle/lib/raspberry-pi/cortex-a72-aarch64/libpv_eagle.so
21
21
  pveagle/lib/raspberry-pi/cortex-a76/libpv_eagle.so
22
22
  pveagle/lib/raspberry-pi/cortex-a76-aarch64/libpv_eagle.so
23
- pveagle/lib/windows/amd64/libpv_eagle.dll
23
+ pveagle/lib/windows/amd64/libpv_eagle.dll
24
+ pveagle/lib/windows/arm64/libpv_eagle.dll
@@ -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.2",
45
+ version="1.0.4",
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.8",
62
+ python_requires=">=3.9",
63
63
  keywords="Speaker Recognition, Speaker Identification, Voice Recognition, Voice Identification",
64
64
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes