Giter Site home page Giter Site logo

edge-tts-server's Introduction

edge-tts-server

Docker Build Docker Version Docker Image Docker Pulls Docker Stars

Deploy edge-tts with docker.

Getting Started

Docker

You can directly use docker image:

docker run -p 8088:8088 herberthe0229/edge-tts-server

Nodejs

First, you need to setup python environment.

Then, run the following commands:

  • install dependencies: yarn install
  • build scripts: yarn build
  • create python venv: python3 -m venv .venv
  • activate venv: source .venv/bin/activate
  • install edge-tts: pip3 install edge-tts
  • run server: yarn serve

API

Method Path Query Description
GET /voices search(optional) Get all supported voices
GET /tts text, voice(required) Convert text to speech
GET /clean secret(required) Clean the exised mp3 files

Star History

Star History Chart

LICENSE

GPL-3.0 © Herbert He

edge-tts-server's People

Contributors

herberthe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

edge-tts-server's Issues

Audio File download

GET | /tts | text, voice(required) | Convert text to speech
I'm running it using Docker and I'm hitting the API from the command line. My question is, how do I download the generated Audio file/files?

Secondly, what does this endpoint do? GET | /clean | secret(required) | Clean the exised mp3 files
what is the secret and how do we set it?

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.