mpr0xy
mpr0xy
I had the same problem when I built this demo. [whisper.swiftui](https://github.com/mpr0xy/whisper.swiftui). This is a real-time demo. The original pcmBuffer cannot be recognized and needs to be converted. You can take...
> Hey everyone, > > The normal [whisper.objc](https://github.com/ggerganov/whisper.cpp/tree/c353100bad5b8420332d2d451323214c84c66950/examples/whisper.objc) example has support for real-time transcription. I am currently in the process of adding this to the [whisper.swiftui](https://github.com/ggerganov/whisper.cpp/tree/c353100bad5b8420332d2d451323214c84c66950/examples/whisper.swiftui) example and wanted to...