-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Voice Assistant #2
Conversation
c68f8c1
to
d256117
Compare
recipes/llm-voice-assistant/ios/PicoLLMVoiceAssistantDemo/Info.plist
Outdated
Show resolved
Hide resolved
recipes/llm-voice-assistant/ios/PicoLLMVoiceAssistantDemo/AudioPlayerStream.swift
Outdated
Show resolved
Hide resolved
recipes/llm-voice-assistant/ios/PicoLLMVoiceAssistantDemo/ViewModel.swift
Outdated
Show resolved
Hide resolved
recipes/llm-voice-assistant/ios/PicoLLMVoiceAssistantDemo/ViewModel.swift
Outdated
Show resolved
Hide resolved
recipes/llm-voice-assistant/ios/PicoLLMVoiceAssistantDemo/ViewModel.swift
Outdated
Show resolved
Hide resolved
recipes/llm-voice-assistant/ios/PicoLLMVoiceAssistantDemo/ViewModel.swift
Outdated
Show resolved
Hide resolved
recipes/llm-voice-assistant/ios/PicoLLMVoiceAssistantDemo/ViewModel.swift
Outdated
Show resolved
Hide resolved
recipes/llm-voice-assistant/ios/PicoLLMVoiceAssistantDemo/PicoLLMVoiceAssistantDemoApp.swift
Outdated
Show resolved
Hide resolved
recipes/llm-voice-assistant/ios/LLMVoiceAssistantDemo/ChatView.swift
Outdated
Show resolved
Hide resolved
I am getting some |
Yeah this happens with all our demos, you have to change the bundle identifier to something like |
….swift Co-authored-by: Kwangsoo Yeo <[email protected]>
recipes/llm-voice-assistant/ios/PicoLLMVoiceAssistantDemo/ViewModel.swift
Outdated
Show resolved
Hide resolved
@laves Can't seem to reply to your comment. Fixed it using the callbacks correctly, we now only record when needed. Also fixed a bug with not flushing the warmupPCM if it never reaches the 1 second mark. |
No description provided.