pvkoala 2.0.1__tar.gz → 2.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.
- {pvkoala-2.0.1 → pvkoala-2.0.2}/PKG-INFO +5 -5
- {pvkoala-2.0.1 → pvkoala-2.0.2}/README.md +3 -3
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/_util.py +0 -3
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala.egg-info/PKG-INFO +5 -5
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala.egg-info/SOURCES.txt +0 -1
- {pvkoala-2.0.1 → pvkoala-2.0.2}/setup.py +4 -4
- pvkoala-2.0.1/pvkoala/lib/jetson/cortex-a57-aarch64/libpv_koala.so +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/MANIFEST.in +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/LICENSE +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/__init__.py +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/_factory.py +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/_koala.py +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/lib/common/koala_params.pv +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/lib/linux/x86_64/libpv_koala.so +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/lib/mac/arm64/libpv_koala.dylib +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/lib/mac/x86_64/libpv_koala.dylib +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/lib/raspberry-pi/cortex-a53/libpv_koala.so +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/lib/raspberry-pi/cortex-a53-aarch64/libpv_koala.so +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/lib/raspberry-pi/cortex-a72/libpv_koala.so +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/lib/raspberry-pi/cortex-a72-aarch64/libpv_koala.so +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/lib/raspberry-pi/cortex-a76/libpv_koala.so +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/lib/raspberry-pi/cortex-a76-aarch64/libpv_koala.so +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala/lib/windows/amd64/libpv_koala.dll +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala.egg-info/dependency_links.txt +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/pvkoala.egg-info/top_level.txt +0 -0
- {pvkoala-2.0.1 → pvkoala-2.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pvkoala
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.2
|
4
4
|
Summary: Koala Noise Suppression Engine.
|
5
5
|
Home-page: https://github.com/Picovoice/koala
|
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
|
# Koala Binding for Python
|
@@ -28,12 +28,12 @@ Koala is an on-device noise suppression engine. Koala is:
|
|
28
28
|
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
|
29
29
|
- Android and iOS
|
30
30
|
- Chrome, Safari, Firefox, and Edge
|
31
|
-
- Raspberry Pi (
|
31
|
+
- Raspberry Pi (3, 4, 5)
|
32
32
|
|
33
33
|
## Compatibility
|
34
34
|
|
35
|
-
- Python 3.
|
36
|
-
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (
|
35
|
+
- Python 3.8 or higher
|
36
|
+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
|
37
37
|
|
38
38
|
## Installation
|
39
39
|
|
@@ -11,12 +11,12 @@ Koala is an on-device noise suppression engine. Koala is:
|
|
11
11
|
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
|
12
12
|
- Android and iOS
|
13
13
|
- Chrome, Safari, Firefox, and Edge
|
14
|
-
- Raspberry Pi (
|
14
|
+
- Raspberry Pi (3, 4, 5)
|
15
15
|
|
16
16
|
## Compatibility
|
17
17
|
|
18
|
-
- Python 3.
|
19
|
-
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (
|
18
|
+
- Python 3.8 or higher
|
19
|
+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
|
20
20
|
|
21
21
|
## Installation
|
22
22
|
|
@@ -54,7 +54,6 @@ _RASPBERRY_PI_MACHINES = {
|
|
54
54
|
"cortex-a53-aarch64",
|
55
55
|
"cortex-a72-aarch64",
|
56
56
|
"cortex-a76-aarch64"}
|
57
|
-
_JETSON_MACHINES = {'cortex-a57-aarch64'}
|
58
57
|
|
59
58
|
|
60
59
|
def default_library_path(relative: str = '') -> str:
|
@@ -67,8 +66,6 @@ def default_library_path(relative: str = '') -> str:
|
|
67
66
|
linux_machine = _linux_machine()
|
68
67
|
if linux_machine == 'x86_64':
|
69
68
|
return os.path.join(os.path.dirname(__file__), relative, 'lib/linux/x86_64/libpv_koala.so')
|
70
|
-
elif linux_machine in _JETSON_MACHINES:
|
71
|
-
return os.path.join(os.path.dirname(__file__), relative, 'lib/jetson/%s/libpv_koala.so' % linux_machine)
|
72
69
|
elif linux_machine in _RASPBERRY_PI_MACHINES:
|
73
70
|
return os.path.join(
|
74
71
|
os.path.dirname(__file__),
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pvkoala
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.2
|
4
4
|
Summary: Koala Noise Suppression Engine.
|
5
5
|
Home-page: https://github.com/Picovoice/koala
|
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
|
# Koala Binding for Python
|
@@ -28,12 +28,12 @@ Koala is an on-device noise suppression engine. Koala is:
|
|
28
28
|
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
|
29
29
|
- Android and iOS
|
30
30
|
- Chrome, Safari, Firefox, and Edge
|
31
|
-
- Raspberry Pi (
|
31
|
+
- Raspberry Pi (3, 4, 5)
|
32
32
|
|
33
33
|
## Compatibility
|
34
34
|
|
35
|
-
- Python 3.
|
36
|
-
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (
|
35
|
+
- Python 3.8 or higher
|
36
|
+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
|
37
37
|
|
38
38
|
## Installation
|
39
39
|
|
@@ -11,7 +11,6 @@ pvkoala.egg-info/SOURCES.txt
|
|
11
11
|
pvkoala.egg-info/dependency_links.txt
|
12
12
|
pvkoala.egg-info/top_level.txt
|
13
13
|
pvkoala/lib/common/koala_params.pv
|
14
|
-
pvkoala/lib/jetson/cortex-a57-aarch64/libpv_koala.so
|
15
14
|
pvkoala/lib/linux/x86_64/libpv_koala.so
|
16
15
|
pvkoala/lib/mac/arm64/libpv_koala.dylib
|
17
16
|
pvkoala/lib/mac/x86_64/libpv_koala.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', '_koala.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="pvkoala",
|
45
|
-
version="2.0.
|
45
|
+
version="2.0.2",
|
46
46
|
author="Picovoice",
|
47
47
|
author_email="hello@picovoice.ai",
|
48
48
|
description="Koala Noise Suppression 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="Noise Cancellation, Noise Suppression, Noise Removal, Speech Enhancement, Speech Denoising",
|
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
|