Skip to content

Commit

Permalink
update pvrecorder (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Aug 30, 2023
1 parent 04166d3 commit 624e8e3
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion demo/dotnet/PicovoiceDemo/PicovoiceDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PvRecorder" Version="1.2.3" />
<PackageReference Include="PvRecorder" Version="1.2.4" />
<PackageReference Include="Picovoice" Version="2.2.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion demo/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/Picovoice/picovoice/sdk/go/v2 v2.2.1
github.com/Picovoice/pvrecorder/binding/go v1.2.0
github.com/Picovoice/pvrecorder/binding/go v1.2.1
github.com/Picovoice/rhino/binding/go/v2 v2.2.1
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.0.0
Expand Down
6 changes: 2 additions & 4 deletions demo/go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ github.com/Picovoice/picovoice/sdk/go/v2 v2.2.1 h1:ToJVlvJJ60BqgLdpBtedTMsc//KD/
github.com/Picovoice/picovoice/sdk/go/v2 v2.2.1/go.mod h1:LBbnZnCnQXrEihxs+O9wg3T75wQmnX/Vxly8g/uAnIE=
github.com/Picovoice/porcupine/binding/go/v2 v2.2.1 h1:sAXWRAt5If2Evfrs2BT+N1HSVMD2X8NF/3hyiMyrOKw=
github.com/Picovoice/porcupine/binding/go/v2 v2.2.1/go.mod h1:09YbXv1wD+hAav5oygCk/Q3teUeu0vho4BXERzpeGWM=
github.com/Picovoice/pvrecorder/binding/go v1.2.0 h1:MbfURadQ2C5c4HLv+0nXU9zStqwhnKsAF6D16t7sUn0=
github.com/Picovoice/pvrecorder/binding/go v1.2.0/go.mod h1:gQdvBAjoKmRxMFh8W9cVKWcqHsWvu+d13sCPVFm7dhg=
github.com/Picovoice/pvrecorder/sdk/go v1.1.1 h1:Tx49q+A5DwgURrTxMDTKeCChPuaFTVNlfDk4LCnU6Xk=
github.com/Picovoice/pvrecorder/sdk/go v1.1.1/go.mod h1:IoSKWuM28e0wWzVSn7B4WvHWmOpcPg85JdwlueTJgGk=
github.com/Picovoice/pvrecorder/binding/go v1.2.1 h1:p99fkYMFbTS4g4WwbhSPkT9PHvlEoVYGaNoqxCITiEo=
github.com/Picovoice/pvrecorder/binding/go v1.2.1/go.mod h1:gQdvBAjoKmRxMFh8W9cVKWcqHsWvu+d13sCPVFm7dhg=
github.com/Picovoice/rhino/binding/go/v2 v2.2.1 h1:l98KDYu0JmzVTkU+4h1r8m4LYfwPp5TVNkUGNp6l4TM=
github.com/Picovoice/rhino/binding/go/v2 v2.2.1/go.mod h1:/DNCpNLIENfz9A85bHUUDTW8YSHFcmPDDDA/XZPQgbI=
github.com/go-audio/audio v1.0.0 h1:zS9vebldgbQqktK4H0lUqWrG8P0NxCJVqcj7ZpNnwd4=
Expand Down
4 changes: 2 additions & 2 deletions demo/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/picovoice-node-demo",
"version": "2.2.1",
"version": "2.2.2",
"description": "Picovoice SDK for NodeJS file-based and microphone demos",
"scripts": {
"file": "node file.js",
Expand All @@ -17,7 +17,7 @@
"license": "Apache-2.0",
"dependencies": {
"@picovoice/picovoice-node": "2.2.1",
"@picovoice/pvrecorder-node": "1.2.0",
"@picovoice/pvrecorder-node": "1.2.1",
"commander": "^6.1.0",
"wavefile": "^11.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions demo/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
resolved "https://registry.yarnpkg.com/@picovoice/porcupine-node/-/porcupine-node-2.2.1.tgz#5055d87c0b7e3039c8835fceb972dde4ea2c27ae"
integrity sha512-+sc3uY2ZdZabUW7kYZ2wDezg2CZYy729Xy387fMuNw8fa2aoHuU9pcpaUR2KfLDRC+s2hbWdAqnxjCuSvt/NYw==

"@picovoice/[email protected].0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@picovoice/pvrecorder-node/-/pvrecorder-node-1.2.0.tgz#a53c3fd589679629f00148f4dd893659141c0d75"
integrity sha512-wb04sy/2wsJOYyiQ65Uy9MFDJ1vhyXGp5led6daf7Pw7E2NjH6mdXxooGvs4+TbpF+88E4QgyYIZhUrzlpf40g==
"@picovoice/[email protected].1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@picovoice/pvrecorder-node/-/pvrecorder-node-1.2.1.tgz#8e112ecc7a4836aa4fa92d62ac7942d8a2366db8"
integrity sha512-7TtRMh04PSVn542Oq1v/MGLFuNPdUrrv+f7qbCGOWRc8y6ox+FATigdQqLRbRey4kZWf40dNHQFdVPCk5ZcXnQ==

"@picovoice/rhino-node@=2.2.1":
version "2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion demo/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
picovoice==2.2.1
pvrecorder==1.2.0
pvrecorder==1.2.1
4 changes: 2 additions & 2 deletions demo/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@

setuptools.setup(
name="picovoicedemo",
version="2.2.3",
version="2.2.4",
author="Picovoice Inc.",
author_email="[email protected]",
description="Picovoice demos.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Picovoice/picovoice",
packages=["picovoicedemo"],
install_requires=["picovoice==2.2.1", "pvrecorder==1.2.0"],
install_requires=["picovoice==2.2.1", "pvrecorder==1.2.1"],
include_package_data=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down
4 changes: 2 additions & 2 deletions demo/rust/micdemo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/rust/micdemo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ ctrlc = "3.1.9"
hound = "3.4.0"
itertools = "0.10.3"
picovoice = "=2.2.1"
pv_recorder = "=1.2.0"
pv_recorder = "=1.2.1"

0 comments on commit 624e8e3

Please sign in to comment.