Giter Club home page Giter Club logo

yogs-tts's Introduction

Piper logo with SS13 logo

Written for Yogstation13

Written in nestjs

Uses piper, which can be found in ./piper-src

Piper voice models are individually licensed, please see MODEL_CARD under each voice folder (located in ./piper-voices) to view attributions and licensing.

For additional voices see here.

For a model training guide & video tutorial see here.

Compiling & Testing

You will require Docker

To compile & start the server, run docker compose up --build

Exposes on port 8133

API usage:

Ping

GET

/ping

Requires no auth

returns "Hello, world!"

POST

/tts_clear_cache

Auth key should be send in header Authorization : mysecurekey

Clears out the backend cache of voices, should be used at the start of each round. Cache is expected to reach up to 1GB on particularly active rounds.

TTS'

GET

/tts?model={desired_model}&pitch={multiplier}

Auth key should be send in header Authorization : mysecurekey

Message and filters should be in JSON body {message: "Hello, world!", "filters":{"robotic":["roundstart"]}

Models can be found in ./piper-voices and should be queried as country-name i.e. GB-alba

Example usage: /tts?model=US-joe&pitch=1

yogs-tts's People

Contributors

toasterbiome avatar ynot01 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.