Skip to content

TTSMaker: A Python library for interacting with the TTSMaker API to easily convert text to speech, retrieve available voices, and download audio files in various formats.

Notifications You must be signed in to change notification settings

williamxhero/ttsmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

TTSMaker: A Python library for interacting with the TTSMaker API to easily convert text to speech, retrieve available voices, and download audio files in various formats.

Topics

Resources

Stars

Watchers

Forks