beauxarts / tts_integration

Tiny Text-to-Speech integration module supporting Google Cloud, macOS 'say'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tts-integration

Tiny Cloud and local services text-to-speech integration module.

For cloud versions - most likely you would be better served by official modules:

  • gcp: cloud.google.com/go/texttospeech/apiv1
  • acs: github.com/Microsoft/cognitive-services-speech-sdk-go

How to use

Add module to your project: go get github.com/beauxarts/tts-integration.

Usage

This package defines a common Synthesizer interface (source), that is realized with gcp (Google Cloud), acs (Azure Cognitive Services), say (macOS say command).

lego is a reference implementation of the Synthesizer and provider specifics (source).

About

Tiny Text-to-Speech integration module supporting Google Cloud, macOS 'say'

License:MIT License


Languages

Language:Go 100.0%