Skip to main content

Voicevox engine unoffical wrapper

Project description

voicevox client for python.

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


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.5rc0.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

voicevox_client-0.1.5rc0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file voicevox-client-0.1.5rc0.tar.gz.

File metadata

  • Download URL: voicevox-client-0.1.5rc0.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for voicevox-client-0.1.5rc0.tar.gz
Algorithm Hash digest
SHA256 72b0b9936a62cf66a98e339ec63c9194a6f821f66ee28db01c72b2eeadf8c7b2
MD5 4ec1e8b64c213422cfdb9c66af0d4791
BLAKE2b-256 e29ba75bdef3a9a628005cefb151b218a262ffb46887fa81664fe078e78afd48

See more details on using hashes here.

File details

Details for the file voicevox_client-0.1.5rc0-py3-none-any.whl.

File metadata

File hashes

Hashes for voicevox_client-0.1.5rc0-py3-none-any.whl
Algorithm Hash digest
SHA256 feaeb7c2628e3503616f90932481d316abbf8176dbfa8f3fab020e6536f26193
MD5 f29bd7bca5fc80a7c7e3af6916e0011b
BLAKE2b-256 c1d12b02ce6043c366b03f4b419948a321cdf5d2626b8335178b53aac6c5a774

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