Skip to main content

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


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)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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

Hashes for voicevox-client-0.1.3.tar.gz
Algorithm Hash digest
SHA256 45d83df1e04b8250421319dc844fd29dbb664e07c1a48443137f048946436894
MD5 3ff176369562827c670c48a93ce07d13
BLAKE2b-256 29678fe3c053843f665704783e1b51407141d895fc27b7b59a182f01b74d7131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voicevox_client-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d9539d7b076280bf9f9a16afb236082d3061a9af3bcdaa0283eee11869b0b3b4
MD5 44c988719b0d7f5d00db2bfe521a4eaf
BLAKE2b-256 e71762e6ec0b501441d8d9092a0312d2d6c214d79e100d77cdcec05b2545672b

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