Voicevox engine unoffical wrapper
Project description
voicevox-client
Unoffical API wrapper that you can use voicevox easy!
Requirements
Voicevox engine
only!
Well if you want install voicevox engine, please read this.
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.2.tar.gz
(7.1 kB
view details)
File details
Details for the file voicevox-client-0.1.2.tar.gz
.
File metadata
- Download URL: voicevox-client-0.1.2.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3044f82ba67f5527a020cf11fc0fdb9cb1056c00dba9d23a17df89302cc5c5d |
|
MD5 | a9e5393573adc1ba1878bc6234f3da59 |
|
BLAKE2b-256 | 7237964f46a28c5498914fa123c735feb68c18401a8991f346fc6a566e672281 |