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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: voicevox-client-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 2e1ce3135e3bc2da49788da3f6b72466177980e67f01280b3c7f470fc0a8dff3
MD5 1c013304f5902cf5fed387dce7cbe6fa
BLAKE2b-256 8a2900dcafad2ba2898ef4ea9bba386a3c3a54583caef53fbdd10725961d0664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voicevox_client-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a1a09665f353708fb26f2149a3ea032d412da2a1c719abd2983aca8e652aa28d
MD5 1b828a1c9dd6487bdc3988a63a1a6146
BLAKE2b-256 54f822a91238fe9cbbf40c90ec60c8811881a2db6b4e4133c4505fb6b6f71ebc

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