Skip to content

Commit 14c8860

Browse files
authored
Patch Windows Lib (#129)
* Update Windows Libs * Stage Python * Stage .NET * Release
1 parent 476b57d commit 14c8860

File tree

12 files changed

+10
-10
lines changed

12 files changed

+10
-10
lines changed

binding/dotnet/Orca/Orca.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
4-
<Version>2.0.0</Version>
4+
<Version>2.0.1</Version>
55
<Authors>Picovoice</Authors>
66
<Company />
77
<Product>Orca Streaming Text-to-Speech Engine</Product>

binding/dotnet/Orca/Picovoice.Orca.netstandard2.0.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1111
<Visible>false</Visible>
1212
</Content>
13-
<Content Include="$(MSBuildThisFileDirectory)pv_ypu_impl_cuda.dll">
14-
<Link>pv_ypu_impl_cuda.dll</Link>
13+
<Content Include="$(MSBuildThisFileDirectory)pv_ypu_impl_cuda_orca.dll">
14+
<Link>pv_ypu_impl_cuda_orca.dll</Link>
1515
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1616
<Visible>false</Visible>
1717
</Content>

binding/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@picovoice/orca-node",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Picovoice Orca Node.js binding",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",

binding/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
setuptools.setup(
5151
name="pvorca",
52-
version="2.0.0",
52+
version="2.0.1",
5353
author="Picovoice",
5454
author_email="hello@picovoice.ai",
5555
description="Orca Streaming Text-to-Speech Engine",

demo/dotnet/OrcaDemo/OrcaDemo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Picovoice.Orca" Version="2.0.0" />
21+
<PackageReference Include="Picovoice.Orca" Version="2.0.1" />
2222
<PackageReference Include="PvSpeaker" Version="1.0.2" />
2323
<PackageReference Include="Spectre.Console" Version="0.49.1" />
2424
<PackageReference Include="Tiktoken" Version="2.2.0" />

demo/nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@picovoice/orca-node-demo",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Picovoice Orca Node.js file-based and streaming demos",
55
"scripts": {
66
"file": "node file.js",
@@ -21,7 +21,7 @@
2121
"author": "Picovoice Inc.",
2222
"license": "Apache-2.0",
2323
"dependencies": {
24-
"@picovoice/orca-node": "2.0.0",
24+
"@picovoice/orca-node": "2.0.1",
2525
"@picovoice/pvspeaker-node": "^1.0.3",
2626
"commander": "^6.1.0",
2727
"prettier": "^2.6.2",

demo/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy>=1.24.0; sys_platform != 'win32' or platform_machine != 'ARM64'
2-
pvorca==2.0.0
2+
pvorca==2.0.1
33
pvspeaker==1.0.5
44
tiktoken==0.8.0; sys_platform != 'win32' or platform_machine != 'ARM64'

demo/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setuptools.setup(
3535
name="pvorcademo",
36-
version="2.0.0",
36+
version="2.0.1",
3737
author="Picovoice",
3838
author_email="hello@picovoice.ai",
3939
description="Orca Streaming Text-to-Speech Engine demos",
-512 Bytes
Binary file not shown.
1.69 MB
Binary file not shown.

0 commit comments

Comments
 (0)