-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove jetson, increment versions (#39)
* remove jetson, increment versions * remove jetson lib * increment python demo version * post-release
- Loading branch information
Showing
23 changed files
with
29 additions
and
46 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
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 (5, 4, 3) and NVIDIA Jetson Nano | ||
- Raspberry Pi (3, 4, 5) | ||
DESC | ||
s.homepage = 'https://github.com/Picovoice/orca/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
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
import setuptools | ||
|
||
INCLUDE_FILES = ('../../LICENSE', '__init__.py', '_factory.py', '_orca.py', '_util.py') | ||
INCLUDE_LIBS = ('jetson', 'linux', 'mac', 'raspberry-pi', 'windows') | ||
INCLUDE_LIBS = ('linux', 'mac', 'raspberry-pi', 'windows') | ||
DEFAULT_MODEL_FILE = 'orca_params_female.pv' | ||
|
||
os.system('git clean -dfx') | ||
|
@@ -49,7 +49,7 @@ | |
|
||
setuptools.setup( | ||
name="pvorca", | ||
version="0.2.3", | ||
version="0.2.4", | ||
author="Picovoice", | ||
author_email="[email protected]", | ||
description="Orca Streaming Text-to-Speech 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
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,4 +1,4 @@ | ||
numpy>=1.24.0 | ||
pvorca==0.2.3 | ||
pvorca==0.2.4 | ||
pvspeaker==1.0.2 | ||
tiktoken==0.6.0 |
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 |
---|---|---|
|
@@ -26,15 +26,15 @@ | |
|
||
setuptools.setup( | ||
name="pvorcademo", | ||
version="0.2.4", | ||
version="0.2.5", | ||
author="Picovoice", | ||
author_email="[email protected]", | ||
description="Orca Streaming Text-to-Speech Engine demos", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/Picovoice/orca", | ||
packages=["pvorcademo"], | ||
install_requires=["numpy>=1.24.0", "pvorca==0.2.3", "pvspeaker==1.0.2", "tiktoken==0.6.0"], | ||
install_requires=["numpy>=1.24.0", "pvorca==0.2.4", "pvspeaker==1.0.2", "tiktoken==0.6.0"], | ||
include_package_data=True, | ||
classifiers=[ | ||
"Development Status :: 4 - Beta", | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.