Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

PYTHON OPENVOICE API CLIENT

Python client for OpenVoice api
https://github.com/ground-creative/openvoice-api-python.git

Installation

Install with pip

pip install git+https://github.com/ground-creative/openvoice-api-client-python.git

Usage

client = OpenVoiceApiClient()
url, status_code, message = client.generate_audio(
version=VERSION,
model='en',
input='Hello, this is a test. I am here, there and everywhere',
speed=1.0,
response_format='url'
)
if status_code == 200:
client.logger.info(f"URL received: {url}")
else:
client.logger.error(f"Failed to generate audio url: {message}")

View examples folder for more examples

About

OpenVoice python API client

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages