Skip to content

Commit

Permalink
Bump orca android, web, iOS (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bejager authored Aug 22, 2024
1 parent e6e4157 commit 9b54d12
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ dependencies {
implementation 'ai.picovoice:porcupine-android:3.0.1'
implementation 'ai.picovoice:cheetah-android:2.0.0'
implementation 'ai.picovoice:picollm-android:1.0.0'
implementation 'ai.picovoice:orca-android:0.2.1'
implementation 'ai.picovoice:orca-android:1.0.0'
}
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion recipes/llm-voice-assistant/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ target 'LLMVoiceAssistantDemo' do
pod 'Porcupine-iOS', '~> 3.0.1'
pod 'Cheetah-iOS', '~> 2.0.0'
pod 'picoLLM-iOS', '~> 1.0.0'
pod 'Orca-iOS', '~> 0.2.1'
pod 'Orca-iOS', '~> 1.0.0'
pod 'ios-voice-processor', '~> 1.1.0'
end
8 changes: 4 additions & 4 deletions recipes/llm-voice-assistant/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- Cheetah-iOS (2.0.0)
- ios-voice-processor (1.1.0)
- Orca-iOS (0.2.1)
- Orca-iOS (1.0.0)
- picoLLM-iOS (1.0.0)
- Porcupine-iOS (3.0.1):
- ios-voice-processor (~> 1.1.0)

DEPENDENCIES:
- Cheetah-iOS (~> 2.0.0)
- ios-voice-processor (~> 1.1.0)
- Orca-iOS (~> 0.2.1)
- Orca-iOS (~> 1.0.0)
- picoLLM-iOS (~> 1.0.0)
- Porcupine-iOS (~> 3.0.1)

Expand All @@ -24,10 +24,10 @@ SPEC REPOS:
SPEC CHECKSUMS:
Cheetah-iOS: d98a5edcbf3b74dda6027aeac6a8c0f5997a47a2
ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1
Orca-iOS: f6b6124d78189e26c8c0457022a5948217ebe2d3
Orca-iOS: d50a0dbbf596f20c6c2e2f727f20f72ac012aa0e
picoLLM-iOS: 02cdb501b4beb74a9c1dea29d5cf461d65ea4a6c
Porcupine-iOS: 6d69509fa587f3ac0be1adfefb48e0c6ce029fff

PODFILE CHECKSUM: a79add61281fdc5db76ecb9065dfc592704216b4
PODFILE CHECKSUM: 64580b5dbb7bc16cb10af3dc7da63609228fe397

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion recipes/llm-voice-assistant/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"dependencies": {
"@picovoice/cheetah-web": "^2.0.0",
"@picovoice/orca-web": "^0.2.1",
"@picovoice/orca-web": "^1.0.0",
"@picovoice/picollm-web": "=1.0.7",
"@picovoice/porcupine-web": "^3.0.3",
"@picovoice/web-voice-processor": "^4.0.9"
Expand Down
Binary file modified recipes/llm-voice-assistant/web/public/models/orca_params.pv
Binary file not shown.
19 changes: 6 additions & 13 deletions recipes/llm-voice-assistant/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1062,12 +1062,12 @@
dependencies:
"@picovoice/web-utils" "=1.3.1"

"@picovoice/orca-web@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@picovoice/orca-web/-/orca-web-0.2.1.tgz#7f2a3fea9eb33f834a00fa843b20ae6f4df4a3e2"
integrity sha512-yPPLZK2SBeR8TYI/h9gwbhOPShOW/VqQPPagQLt4ikKADDsU1WLslZ49d8kGqsd1ECeLith/xDAjIE4BFAiv8Q==
"@picovoice/orca-web@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/orca-web/-/orca-web-1.0.0.tgz#2a9d228d347aab095cb94934031b9dee4bc90a4b"
integrity sha512-3Mj4ZG4uz28q8nRyRGwmUlTdZH0O501Z1SCu5jYosteewtiP6s0QHQxbZntG2NN58kVIayohTl61fViuFz8W4w==
dependencies:
"@picovoice/web-utils" "=1.3.4"
"@picovoice/web-utils" "=1.4.2"

"@picovoice/picollm-web@=1.0.7":
version "1.0.7"
Expand All @@ -1090,14 +1090,7 @@
dependencies:
commander "^9.2.0"

"@picovoice/web-utils@=1.3.4":
version "1.3.4"
resolved "https://registry.yarnpkg.com/@picovoice/web-utils/-/web-utils-1.3.4.tgz#de3c4afe39aaf6e620320e413bfdf69bd9921f5d"
integrity sha512-f5bh1jvlbK53EzGdbpbcvNDoz16wbuQ/Fkj+T0GDQulowky+u/HfGZJE7si4vQ/m/2Lctx07X8YxmUHlH2FKGg==
dependencies:
commander "^10.0.1"

"@picovoice/web-utils@~1.4.1":
"@picovoice/web-utils@=1.4.2", "@picovoice/web-utils@~1.4.1":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@picovoice/web-utils/-/web-utils-1.4.2.tgz#2ddc44552d15fa1a4958e0c3384e58545255eea1"
integrity sha512-pF5Uw3Vm4mOWJ2H3Zc7E/nDr/O7OhbvgEK6W7cx9MNNK3qq51MqiGluPpZ8a2K61BuIzxcNMC1mXWpmIAWVolA==
Expand Down

0 comments on commit 9b54d12

Please sign in to comment.