Skip to main content

API wrapper for voicevox

Project description

voicevox-python

example

from voicevox_python import Client, speaker2id

speaker_id = speaker2id("ずんだもん", "ノーマル")
client = Client()
query = client.create_audio_query("こんにちは", speaker_id)
audio = client.synthesis(query, speaker_id)
with open("out.wav", mode="wb") as f:
    f.write(audio)

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

voicevox_python-2023.8.30.23.4.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

voicevox_python-2023.8.30.23.4-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file voicevox_python-2023.8.30.23.4.tar.gz.

File metadata

File hashes

Hashes for voicevox_python-2023.8.30.23.4.tar.gz
Algorithm Hash digest
SHA256 bd16aa8c955aeeb5460b1ffb3e548a8fa6560aac928b706684c77dcba6fd7539
MD5 ceacccc8fd1c603392ead7392ad8261c
BLAKE2b-256 dae6e6f0d56950134c6358cb51127f3ff5c25f41f6ba4f7b393665ac999660d9

See more details on using hashes here.

File details

Details for the file voicevox_python-2023.8.30.23.4-py3-none-any.whl.

File metadata

File hashes

Hashes for voicevox_python-2023.8.30.23.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0c1ef44e9e0f623ddd429aaffcc9244e8be7a1bbf6cd75ba6ac1374963c6efae
MD5 14e8fc0cd0a78aac34fa9696779cebf9
BLAKE2b-256 ed19db6db888711d40146aca43014da1be089e78608b012dea034178b24fcefa

See more details on using hashes here.

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