1.0.1 • Published 10 months ago

tts-play v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

tts-play

text-to-speech and play sound locally.

Intsall

$ yarn add tts-play

How To Use

import {play} from 'tss-play'

async function main(): Promise<void> {
    await play('hello world')
}

main()
    .then(() => console.log('Finished.'))
    .catch(console.error)

Credit

this package is just a simple wrapper to google-tts-api and sound-play, these are good package!

1.0.1

10 months ago

1.0.0

10 months ago