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.3.tar.gz
(7.1 kB
view details)
Built Distribution
File details
Details for the file voicevox-client-0.1.3.tar.gz
.
File metadata
- Download URL: voicevox-client-0.1.3.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 | 45d83df1e04b8250421319dc844fd29dbb664e07c1a48443137f048946436894 |
|
MD5 | 3ff176369562827c670c48a93ce07d13 |
|
BLAKE2b-256 | 29678fe3c053843f665704783e1b51407141d895fc27b7b59a182f01b74d7131 |
File details
Details for the file voicevox_client-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: voicevox_client-0.1.3-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9539d7b076280bf9f9a16afb236082d3061a9af3bcdaa0283eee11869b0b3b4 |
|
MD5 | 44c988719b0d7f5d00db2bfe521a4eaf |
|
BLAKE2b-256 | e71762e6ec0b501441d8d9092a0312d2d6c214d79e100d77cdcec05b2545672b |