1.0.7 ā€¢ Published 3 years ago

voicetext.js v1.0.7

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

VoiceText.js is an API library to easily convert text into a voice.

šŸ“ Docs

Install

yarn install
(depricated) npm install

Usage

Get your API key here

Install

Install globally

yarn global add voicetext.js
(depricated) npm install -g voicetext.js

As a dependency

yarn add voicetext.js
(depricated) npm install -D voicetext.js
import VoiceText, { Speaker, Emotion, Format } from 'voicetext.js'

new VoiceText(process.env.API_KEY)
  .setText('Hello, world!')
  .setSpeaker(Speaker.SHOW)
  .setFileName("./helloworld")
  .setFileFormat(Format.MP3)
  .fetch()

Author

šŸ‘¤ Shun Ueda (Kotlia)

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago