0.3.0 • Published 8 months ago

voicevox-client v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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);
}
0.3.0

8 months ago

0.2.1

9 months ago

0.2.0

10 months ago

0.1.1

12 months ago

0.1.0

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago