voicevox-client / typescript

TypeScript version

Home Page:https://ts.vclient.tuna2134.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

voicevox-client

Dependencies

Installation

$ yarn add voicevox-client

Example

import Client from "voicevox-client";

const client = new Client("http://127.0.0.1:50021");

async function main() {
  const audioquery = await client.createAudioQuery("こんにちは", 1);
  await audioquery.synthesis(1);
}

About

TypeScript version

https://ts.vclient.tuna2134.dev/

License:MIT License


Languages

Language:TypeScript 100.0%