Skip to main content

Yating TTS SDK

Project description

Yating TTS SDK - Python version

Install

pip install Yating-TTS-SDK

Available Key

  • Please contact Yating TTS

Input

{
    "input": {
        "text": "sentence, the text that you want to generate audio",
        "type": "text"
    },
    "voice": {
        "model": "zh_en_female_1"
    },
    "audioConfig": {
        "encoding": "LINEAR16",
        "sampleRate": "16K"
    }
}

Available Variable

Input Type

Name Description
text Recognize input.text as pure text.
ssml Recognize input.text in ssml format.

Voice Model

Name Sample Rate Description
zh_en_female_1 16k Yating speak Mandarin and English
zh_en_female_2 16k Yiqing speak Mandarin and English
zh_en_male_1 16k Jiahao speak Mandarin and English

Encoding Format

Name File Extension Description
MP3 .mp3 Compressed audio
LINEAR16 .wav Uncompromised audio quality

Sampling Rate

Name Description
16K Sampling rate in 16khz

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Yating TTS SDK-0.0.3.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

Yating_TTS_SDK-0.0.3-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page