1.0.1 • Published 2 years ago
ttsvoice v1.0.1
TTSVoice
TTSVoice is a simple Node.js package that allows you to generate speech from text using different text-to-speech (TTS) engines. It supports several languages and voices, and it is easy to use.
Installation
You can install TTSVoice using npm:
npm install ttsvoice
Usage
To use TTSVoice, you first need to import it into your project:
const ttsvoice = require("ttsvoice")
console.log(ttsvoice("Hello"))
Contributing
If you find a bug or would like to contribute to the development of TTSVoice, please create an issue or submit a pull request on GitHub.
License
TTSVoice is licensed under the MIT License.