Voicevox engine unoffical wrapper
Project description
voicevox-client
Unoffical API wrapper that you can use voicevox easy!
Install
pip install voicevox-client
All that!
Example
from voicevox import Client
import asyncio
async def main():
async with Client() as client:
audio_query = await client.create_audio_query(
"こんにちは!", speaker=1
)
with open("voice.wav", "wb") as f:
f.write(await audio_query.synthesis())
if __name__ == "__main__":
asyncio.run(main())
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
voicevox-client-0.1.0.tar.gz
(6.2 kB
view details)
File details
Details for the file voicevox-client-0.1.0.tar.gz
.
File metadata
- Download URL: voicevox-client-0.1.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23e46c84d87bc9550dbf0166ddbe4b1320d4698cdc972fc063ae7631c65cafd1 |
|
MD5 | 7a3406d6ff2e7af881c85048146fdbb6 |
|
BLAKE2b-256 | 01198408c728f279b53faa1aca9cad8817cccf59f2046e3c8597c2bb9bf2da9c |