Skip to content

Golang service that requests generative AI content from OpenAI, and streams TTS audio from Azure TTS

Notifications You must be signed in to change notification settings

dustin-ward/gpt-tts-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTS Service Demo

Piping generative AI text into Azure TTS

Made for NatHacks23 as a service to retrieve TTS audio for output from a BCI decoder model GPT can be replaced with BCI decoder model for Brain-to-Speech capability

Usage

Expects the following keys:

COGLOG_GPT_TOKEN - OpenAI secret
COGLOG_TTS_KEY   - Azure speech service key

With Go installed: go run main.go

About

Golang service that requests generative AI content from OpenAI, and streams TTS audio from Azure TTS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages