pveagle 1.0.2__py3-none-any.whl → 1.0.4__py3-none-any.whl

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/_util.py CHANGED
@@ -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
 
@@ -2,7 +2,7 @@ pveagle/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
2
2
  pveagle/__init__.py,sha256=5RRV_Nak7RhTLHEGAaLW35_j-R35suDmolZAtXPOu2g,570
3
3
  pveagle/_eagle.py,sha256=ZdEEspHkLiizZHvh3cNWRdEm0_bbB4t7OZ4Z-9xCa2M,21966
4
4
  pveagle/_factory.py,sha256=8bhE82FJJeMKaUsNa9XF7bV5M8KXfyFYcA4sIKehCDE,3001
5
- pveagle/_util.py,sha256=36wA2VEJbJY4_NXt4CDo5o9vJF2OxLN6NcT1EZdqlZw,2994
5
+ pveagle/_util.py,sha256=Q7GTFTPGP6JTu7mqwZkc4SLStxaP0WMV5WYfgUzXDCY,3215
6
6
  pveagle/lib/common/eagle_params.pv,sha256=y76Um1MGB66kYpvh0ynsdi87qo5qLB3UCEI56gxEdrg,6528522
7
7
  pveagle/lib/linux/x86_64/libpv_eagle.so,sha256=UIgsp43eK2HbQfrEe0ufTpv5PDLyDuR5DTTkDzazktc,167872
8
8
  pveagle/lib/mac/arm64/libpv_eagle.dylib,sha256=ClIYNzf9RoV1cV4oHzkCBpMZ2Q9dV4X0NAhSGn8jLdw,220558
@@ -14,7 +14,8 @@ pveagle/lib/raspberry-pi/cortex-a72-aarch64/libpv_eagle.so,sha256=5D2mVHQ_ozibGX
14
14
  pveagle/lib/raspberry-pi/cortex-a76/libpv_eagle.so,sha256=ClYFDyyqSkbUd6tAU_H5TvSBd-A3N64Hhqzl7T84Pc8,141568
15
15
  pveagle/lib/raspberry-pi/cortex-a76-aarch64/libpv_eagle.so,sha256=1XqzfEVBmWesWo7FGa2A3WpqDChXL9jKFAYEgjkf5J4,151032
16
16
  pveagle/lib/windows/amd64/libpv_eagle.dll,sha256=dymWiIr0ZKZhSLvJU1fXH0jAEQKNTbO6DrRrMkkL94E,291840
17
- pveagle-1.0.2.dist-info/METADATA,sha256=D3H910QGYCyo-rU7QaGcCR55DmjJtjZ-l_lKIiLpHfY,5449
18
- pveagle-1.0.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
19
- pveagle-1.0.2.dist-info/top_level.txt,sha256=k2VZ1fNHirMrHCEeAoC3xi1ddfhyKl9qwhSSL_YlTIU,8
20
- pveagle-1.0.2.dist-info/RECORD,,
17
+ pveagle/lib/windows/arm64/libpv_eagle.dll,sha256=MDa1zpxdUq7OnhYczVNxkfbXiDDffXo8A2u8A-o7Jj0,230912
18
+ pveagle-1.0.4.dist-info/METADATA,sha256=8jNTSd4x-ipPqQrPI7dPwptFpOUay7E-VUNRqdHyWfQ,5454
19
+ pveagle-1.0.4.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
20
+ pveagle-1.0.4.dist-info/top_level.txt,sha256=k2VZ1fNHirMrHCEeAoC3xi1ddfhyKl9qwhSSL_YlTIU,8
21
+ pveagle-1.0.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5