Skip to main content

A Python library for interacting with TTSMaker API

Project description

TTSMaker

TTSMaker is a Python library that allows you to interact with the TTSMaker API to convert text to speech.

https://ttsmaker.cn/developer-api-docs

Installation

You can install the library using pip:

pip install ttsmaker

Usage

from ttsmaker import TTSMaker

ttsmaker = TTSMaker()

order = ttsmaker.create_tts_order("鎴戜滑鏉ヨ亰鑱婂ぉ", voice_id=1504)
order.save_audio("audio_file")

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

ttsmaker-0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

ttsmaker-0.2-py3-none-any.whl (3.7 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