Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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 example app #45

Closed
ggerganov opened this issue Oct 12, 2022 · 1 comment
Closed

iOS example app #45

ggerganov opened this issue Oct 12, 2022 · 1 comment
Labels
ideas Interesting ideas for experimentation

Comments

@ggerganov
Copy link
Owner

Implement a very basic iOS application using whisper.cpp

The ggwave-objc project can be used as a good starting point. It already provides the audio capture functionality. We just need to pass the captured data to whisper.cpp.

@ggerganov ggerganov added the ideas Interesting ideas for experimentation label Oct 12, 2022
@ggerganov
Copy link
Owner Author

ggerganov commented Oct 23, 2022

Just finished the initial implementation of the sample app and it is amazing!

whisper-iphone-13-mini.mp4

Edit: and I had forgotten to enable the Accelerate framework.. after enabling it - it's x2.5 times faster compared to what you see in the video! 🚀


Edit: And here is the latest version using the Accelerate framework + base.en model:

whisper-iphone-13-mini-2.mp4

Repository owner locked and limited conversation to collaborators Oct 26, 2022
@ggerganov ggerganov converted this issue into discussion #97 Oct 26, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
ideas Interesting ideas for experimentation
Projects
None yet
Development

No branches or pull requests

1 participant