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.21.16.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for voicevox_python-2023.8.30.21.16.tar.gz
Algorithm Hash digest
SHA256 776ae7ebc980a9d6cd8e585f349b2a0fa7a92f3a688688096539efe37b9c8e75
MD5 7057ac3ba80a284d1da0cbc1131b87b8
BLAKE2b-256 f15aea662b7f38eea1fe0d7a1c6902e6ff0cdcedfc4d97c8e28d804567771f5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voicevox_python-2023.8.30.21.16-py3-none-any.whl
Algorithm Hash digest
SHA256 2799951a7e27ab42339d121e4baee82a2d2be69c52d07260cc2221de001453f6
MD5 b23ac9afc2e58e27f760c11bba6de3b6
BLAKE2b-256 753ca21085a727047f6242da8141fd1ddd4004174279e531b05442e893176c81

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