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

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for voicevox_python-2023.8.30.23.49.tar.gz
Algorithm Hash digest
SHA256 c90cbe29b938f07e88d729c1a8a3616b565c77428c043268935c5c6e37b4e4e5
MD5 20d5766b2367b39bdda8eb6def080e65
BLAKE2b-256 733ae90630b8bec89cc81ffac35620c086789a0132d0be34d91a444b0cb3f06c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voicevox_python-2023.8.30.23.49-py3-none-any.whl
Algorithm Hash digest
SHA256 9ceb9af501513cc83a467b5d227b1095997035bc279460bef9eba02817be1485
MD5 d64125e66d593d3057b7c4939fc81834
BLAKE2b-256 6f27236acccb2e0197e5286652a523375b6562ef4c27c5451d08fb7cfed68876

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