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

Uploaded Source

Built Distribution

voicevox_python-2023.9.7.9.34-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for voicevox_python-2023.9.7.9.34.tar.gz
Algorithm Hash digest
SHA256 5313e7f4450bc765faddd80c4036026e4c3c02183d1b158fd64e65d3e2f51367
MD5 a94d20adb837637b6094d6bbf002d0a8
BLAKE2b-256 c370532d9ede9a1a6fcae06925646984c607866edaa670eb0da41ae92d545a13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voicevox_python-2023.9.7.9.34-py3-none-any.whl
Algorithm Hash digest
SHA256 6970879f12840d4b65009e26201009b14ee5b798139353153e056863a97bb8bf
MD5 00d5430c51c44505cbf5aebebcefb20f
BLAKE2b-256 c63c4cab9205c42636a169aa967db54f1d2332db06b4ee45a5f53a33b1899fd7

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