-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from Picovoice/retire-jetson
remove jetson
- Loading branch information
Showing
18 changed files
with
24 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Pod::Spec.new do |s| | |
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64) | ||
- Android and iOS | ||
- Chrome, Safari, Firefox, and Edge | ||
- Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano | ||
- Raspberry Pi (3, 4, 5) | ||
DESC | ||
s.homepage = 'https://github.com/Picovoice/koala/tree/main/binding/ios' | ||
s.author = { 'Picovoice' => '[email protected]' } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright 2023 Picovoice Inc. | ||
# Copyright 2023-2024 Picovoice Inc. | ||
# | ||
# You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE" | ||
# file accompanying this source. | ||
|
@@ -15,7 +15,7 @@ | |
import setuptools | ||
|
||
INCLUDE_FILES = ('../../LICENSE', '__init__.py', '_factory.py', '_koala.py', '_util.py') | ||
INCLUDE_LIBS = ('common', 'jetson', 'linux', 'mac', 'raspberry-pi', 'windows') | ||
INCLUDE_LIBS = ('common', 'linux', 'mac', 'raspberry-pi', 'windows') | ||
|
||
os.system('git clean -dfx') | ||
|
||
|
@@ -42,7 +42,7 @@ | |
|
||
setuptools.setup( | ||
name="pvkoala", | ||
version="2.0.1", | ||
version="2.0.2", | ||
author="Picovoice", | ||
author_email="[email protected]", | ||
description="Koala Noise Suppression Engine.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pvkoala==2.0.1 | ||
pvkoala==2.0.2 | ||
pvrecorder==1.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,15 +24,15 @@ | |
|
||
setuptools.setup( | ||
name="pvkoalademo", | ||
version="2.0.1", | ||
version="2.0.2", | ||
author="Picovoice", | ||
author_email="[email protected]", | ||
description="Koala Noise Suppression Engine demos", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/Picovoice/koala", | ||
packages=["pvkoalademo"], | ||
install_requires=["pvkoala==2.0.1", "pvrecorder==1.2.2"], | ||
install_requires=["pvkoala==2.0.2", "pvrecorder==1.2.2"], | ||
include_package_data=True, | ||
classifiers=[ | ||
"Development Status :: 5 - Production/Stable", | ||
|
Binary file not shown.