whisper.cpp
whisper.cpp copied to clipboard
SwiftUI realtime example
Hey everyone,
The normal whisper.objc example has support for real-time transcription. I am currently in the process of adding this to the whisper.swiftui example and wanted to ask if somebody had already done this or could provide me with a rough outline of the steps necessary.
Ask chatGPT :-) By the way there is already a fork of whisper in Swift so maybe you should have a look.
+1 for this feature.
@vricosti do you know any forked version provide this? since so many forked version. thanks !
Curious if you made any progress on this?
Hey everyone,
The normal whisper.objc example has support for real-time transcription. I am currently in the process of adding this to the whisper.swiftui example and wanted to ask if somebody had already done this or could provide me with a rough outline of the steps necessary.
Hi! I implemented a real-time demo with reference to Whisper.objc. whisper.swiftui https://github.com/mpr0xy/whisper.swiftui