whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

SwiftUI realtime example

Open lucabeetz opened this issue 1 year ago • 4 comments

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.

lucabeetz avatar Apr 05 '23 22:04 lucabeetz

Ask chatGPT :-) By the way there is already a fork of whisper in Swift so maybe you should have a look.

vricosti avatar Apr 06 '23 17:04 vricosti

+1 for this feature.

@vricosti do you know any forked version provide this? since so many forked version. thanks !

libratiger avatar Apr 11 '23 00:04 libratiger

Curious if you made any progress on this?

CodyBontecou avatar Sep 14 '23 22:09 CodyBontecou

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

mpr0xy avatar Apr 07 '24 08:04 mpr0xy