Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 23, 2023
1 parent e0cda15 commit 3c72606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binding/ios/Leopard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ public class Leopard {
enableAutomaticPunctuation,
enableDiarization,
&handle)

pv_set_sdk(Leopard.sdk)

if status != PV_STATUS_SUCCESS {
let messageStack = try getMessageStack()
throw pvStatusToLeopardError(status, "Leopard init failed", messageStack)
Expand Down

0 comments on commit 3c72606

Please sign in to comment.