Skip to content

A Swift wrapper for the whisper.cpp library

Notifications You must be signed in to change notification settings

jordibruin/Whisper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftWhisper

A Swift wrapper for whisper.cpp

Using as a package in your project

In Xcode: File -> Add Packages

Enter package URL: https://github.com/exPHAT/Whisper

Build package from command line

git clone https://github.com/ggeragnov/whisper.spm
cd whisper.spm

# if building standalone
make build

# if building as a submodule for whisper.cpp
make build-submodule

# run tests
.build/debug/test-objc
.build/debug/test-swift

About

A Swift wrapper for the whisper.cpp library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 63.8%
  • C++ 33.5%
  • Swift 2.7%