Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Ho authored and Albert Ho committed Aug 20, 2024
1 parent 7462889 commit 4dc1727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/ios/OrcaDemo/OrcaDemo/ViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum UIState {
}

class ViewModel: ObservableObject {
private let ACCESS_KEY = "{TESTING_ACCESS_KEY_HERE}" // Obtained from Picovoice Console (https://console.picovoice.ai)
private let ACCESS_KEY = "{YOUR_ACCESS_KEY_HERE}" // Obtained from Picovoice Console (https://console.picovoice.ai)

private let NUM_AUDIO_WAIT_CHUNKS = 1

Expand Down

0 comments on commit 4dc1727

Please sign in to comment.