From 77ceb4eb8d9517889c40fe2b94fea78aa47a0cf0 Mon Sep 17 00:00:00 2001 From: Albert Ho <82767499+albho@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:27:21 -0700 Subject: [PATCH] bump pvspeaker version (#15) --- recipes/llm-voice-assistant/nodejs/package.json | 2 +- recipes/llm-voice-assistant/nodejs/yarn.lock | 8 ++++---- recipes/llm-voice-assistant/python/requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/llm-voice-assistant/nodejs/package.json b/recipes/llm-voice-assistant/nodejs/package.json index fd79d8c..56673f6 100644 --- a/recipes/llm-voice-assistant/nodejs/package.json +++ b/recipes/llm-voice-assistant/nodejs/package.json @@ -19,7 +19,7 @@ "@picovoice/picollm-node": "=1.0.2", "@picovoice/porcupine-node": "^3.0.3", "@picovoice/pvrecorder-node": "^1.2.3", - "@picovoice/pvspeaker-node": "^1.0.0", + "@picovoice/pvspeaker-node": "^1.0.1", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", "commander": "^6.1.0", diff --git a/recipes/llm-voice-assistant/nodejs/yarn.lock b/recipes/llm-voice-assistant/nodejs/yarn.lock index 51ea5c7..2ad0810 100644 --- a/recipes/llm-voice-assistant/nodejs/yarn.lock +++ b/recipes/llm-voice-assistant/nodejs/yarn.lock @@ -99,10 +99,10 @@ resolved "https://registry.yarnpkg.com/@picovoice/pvrecorder-node/-/pvrecorder-node-1.2.3.tgz#d0cb1d1ab82fbd2e914fda4e19b1dd0022609b48" integrity sha512-6QOODFyGDgfWZI1NeXwMxylgaxJ+c5aVbvpDMGMen287eCajp/LDnxy3J1bZHceHsW3ilk/d4rCRLyifqcr24Q== -"@picovoice/pvspeaker-node@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@picovoice/pvspeaker-node/-/pvspeaker-node-1.0.0.tgz#6b87b86138a8bb256e46ea41cb7d258ff8534337" - integrity sha512-qhH4ktObGj/Dd7iiptPXqf89U3l7FbCiaB1xY439YE3EFLsfsvZvjAzEwsF5A01h47AbXJTCdAjvkXrcsdt0/w== +"@picovoice/pvspeaker-node@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@picovoice/pvspeaker-node/-/pvspeaker-node-1.0.1.tgz#0524c9509a88eb50f3975cbe3c5012058a54619b" + integrity sha512-4/QBYcp3GZ+2ewq2QuyCn7pnqXdfwj90qbINecKtBsCXKLtl/XHLmXOqgfoy+RBSXmA5wjV/LuOHvqVibrxAuQ== "@types/json-schema@^7.0.9": version "7.0.15" diff --git a/recipes/llm-voice-assistant/python/requirements.txt b/recipes/llm-voice-assistant/python/requirements.txt index abf4b84..57405c9 100644 --- a/recipes/llm-voice-assistant/python/requirements.txt +++ b/recipes/llm-voice-assistant/python/requirements.txt @@ -3,4 +3,4 @@ pvcheetah==2.0.1 pvorca==1.0.0 pvporcupine==3.0.2 pvrecorder==1.2.2 -pvspeaker==1.0.2 +pvspeaker==1.0.3