Skip to content

Test your space station 14's tts code with this dummy API

Notifications You must be signed in to change notification settings

c4llv07e/ss14_tts_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Space station 14 TTS tester

Dummy server API for testing your TTS code.

To use just put sound.ogg and/or sound.wav files near to the ./main.py file and launch it.

If you want to customize api token, use TTS_API_TOKEN env var.

Right now it is working with Corvax's, Sunrise's and Adventure Space's TTSes.

Configure server

Add this to your server config:

[tts]
enabled = true
api_url = "http://localhost/"
api_token = "123"

Installation

python3 -m pip install -r requirements.txt

Or install Flask with any other method prefered by you.

About

Test your space station 14's tts code with this dummy API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages