Request: Supports GET and POST, query and body, JSON and FormData.
Options:
text (required) Text to read
lang (default: en) Speaker language, 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=This+actually+Works&lang=en
(male pitch) /?text=Amazing%20wow&lang=en&pitch=0.8
(json) { "text": "Selamat dunia", "lang": "id" }
Forked from Repository:
https://github.com/sglkc/tts-api ;)