Skip to main content

Voicevox engine unoffical wrapper

Project description

Documentation Status

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(speaker=4))


if __name__ == "__main__":
    asyncio.run(main())

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

Uploaded Source

Built Distribution

voicevox_client-0.2.1-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file voicevox-client-0.2.1.tar.gz.

File metadata

  • Download URL: voicevox-client-0.2.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.4

File hashes

Hashes for voicevox-client-0.2.1.tar.gz
Algorithm Hash digest
SHA256 85776c58de961d36ef654bb50c5b5cf2d2375c94a9900d8c3e4fbc06031ae79b
MD5 252f4070fe24d6ef144c1d760d129f44
BLAKE2b-256 316049896fead910e382c7f89962ddaed84962651f99a62642f685a469e11d8f

See more details on using hashes here.

File details

Details for the file voicevox_client-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for voicevox_client-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 68f7e9aaf79ac87cff415e3f4464b56a712b432ff2f7264beb0e74496dad786e
MD5 0cf380264ee6c40bcd12bcceb3603cd0
BLAKE2b-256 ee88a27cc97b3af0f550d52f22c3cd80f5fd79811553cfc236a8c80f34783b13

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