Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Apr 23, 2024
1 parent b2a1c19 commit 370e65d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions binding/ios/Falcon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ public class Falcon {
modelPathArg = try self.getResourcePath(modelPathArg!)
}

pv_set_sdk(Falcon.sdk)

let status = pv_falcon_init(
accessKey,
modelPathArg,
&handle)

pv_set_sdk(Falcon.sdk)

if status != PV_STATUS_SUCCESS {
let messageStack = try getMessageStack()
throw pvStatusToFalconError(status, "Falcon init failed", messageStack)
Expand Down
2 changes: 1 addition & 1 deletion binding/ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Falcon is an on-device speaker diarization engine. Falcon is:
- Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
- Android and iOS
- Chrome, Safari, Firefox, and Edge
- Raspberry Pi (3, 4) and NVIDIA Jetson Nano
- Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano

## Installation

Expand Down

0 comments on commit 370e65d

Please sign in to comment.