ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
34.53k stars 3.52k forks source link

SwiftUI realtime example #723

Open lucabeetz opened 1 year ago

lucabeetz commented 1 year ago

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.

vricosti commented 1 year ago

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

libratiger commented 1 year ago

+1 for this feature.

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

CodyBontecou commented 1 year ago

Curious if you made any progress on this?

mpr0xy commented 5 months ago

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