Saik0s / Whisperboard

The open-source iOS app that's making quality voice transcription more accessible on mobile devices.
GNU General Public License v3.0
684 stars 72 forks source link

support faster-whisper #24

Closed rawwerks closed 10 months ago

rawwerks commented 10 months ago

https://github.com/guillaumekln/faster-whisper looks much faster than whisper.cpp, and should have whisperv3 in a few days.

Saik0s commented 10 months ago

Whisper.cpp, written in C and C++, can be bundled into an iOS app. However, the python package Faster-whisper cannot be bundled into an iOS app.