Skip to content

afinlayson/whisper.spm

 
 

Repository files navigation

whisper.spm

whisper.cpp package for the Swift Package Manager

Using as a package in your project

In XCode: File -> Add Packages

Enter package URL: https://github.com/ggerganov/whisper.spm

image

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

whisper.cpp package for the Swift Package Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.0%
  • C++ 35.2%
  • Other 0.8%