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

Uploaded Source

Built Distribution

voicevox_python-0.0.1-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: voicevox_python-0.0.1.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for voicevox_python-0.0.1.tar.gz
Algorithm Hash digest
SHA256 c72cf7ed176d8d738072ed4b39a084182bcb4021acf9d16ede25a66baa5d43b3
MD5 00fb6b0f49e8d36f51b4aff8776869dd
BLAKE2b-256 51f9f92e52b2e977f72acd0f50d62319b356c1a539a982dcbfa1a6eec0423d51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voicevox_python-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fadc1a448fbe93d4e462eb8af2ac653836fa9a571ef9e8e8f16833c0c1bb01d3
MD5 b9119476af4c47b6b05ba9da095915cd
BLAKE2b-256 16bf4bcd4f4c9c2fbb97a12d80a5e750b7f37ad7305b60c54daa81c9cbddea88

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