PABannier / bark.cpp

Suno AI's Bark model in C/C++ for fast text-to-speech
MIT License
630 stars 48 forks source link

example : bark.swiftui #169

Closed PABannier closed 1 month ago

PABannier commented 1 month ago

This PR adds one example (bark.swiftui) demonstrating how to use Bark in a Swift package. It also adds a Package.swift file for easy integration to a Swift project.

Close #159