Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ tts-api Public

Free, minimal, unlimited*, CORS-friendly Google Translate Text to Speech API with pitch and speed modifier using ffmpeg

License

Notifications You must be signed in to change notification settings

sglkc/tts-api

Repository files navigation

Request: Supports GET and POST, query and body, JSON and FormData.
Options:
 text (required) Text to read
 lang (default: auto) Speaker language, if 'auto' then try to detect using Google Translate. Reference:
 https://developers.google.com/admin-sdk/directory/v1/languages
 speed (default: 1) Audio speed, higher value is faster
 pitch (default: 1) Audio pitch, higher value is higher (yeah)
Example:
 (original female) /?text=こんにちは&lang=ja
 (male pitch) /?text=こんにちは&lang=ja&pitch=0.8
 (json) { "text": "Selamat dunia", "lang": "id" }
Repository:
 Please leave a star https://github.com/sglkc/tts-api ;)

About

Free, minimal, unlimited*, CORS-friendly Google Translate Text to Speech API with pitch and speed modifier using ffmpeg

Topics

Resources

License

Stars

Watchers

Forks

AltStyle によって変換されたページ (->オリジナル) /