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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file voicevox_python-2023.8.30.21.16.tar.gz
.
File metadata
- Download URL: voicevox_python-2023.8.30.21.16.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 776ae7ebc980a9d6cd8e585f349b2a0fa7a92f3a688688096539efe37b9c8e75 |
|
MD5 | 7057ac3ba80a284d1da0cbc1131b87b8 |
|
BLAKE2b-256 | f15aea662b7f38eea1fe0d7a1c6902e6ff0cdcedfc4d97c8e28d804567771f5a |
File details
Details for the file voicevox_python-2023.8.30.21.16-py3-none-any.whl
.
File metadata
- Download URL: voicevox_python-2023.8.30.21.16-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2799951a7e27ab42339d121e4baee82a2d2be69c52d07260cc2221de001453f6 |
|
MD5 | b23ac9afc2e58e27f760c11bba6de3b6 |
|
BLAKE2b-256 | 753ca21085a727047f6242da8141fd1ddd4004174279e531b05442e893176c81 |