picatz / go-av

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-av

Go bindings for Apple's AVFoundation libraries.

import "github.com/picatz/go-av"

func main() {
    av.TextToSpeechWithVoice("Hello World", "com.apple.ttsbundle.siri_Arthur_en-GB_premium")
}

About

License:Mozilla Public License 2.0


Languages

Language:Go 100.0%