Skip to content

Latest commit

 

History

History

tts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@mollify/tts

Mollify Text-To-Speech provides audio for markdown content, enabling users to generate and listen to the content. Currently leveraging ElevenLabs for TTS, future plans may include various optional TTS packages to offer a more flexible user experience.

Installation

  1. To install the @mollify/tts package with npm, simply run the following command:
npm install --save-dev @mollify/tts
# or
npm i -D @mollify/tts
  1. Create .env and provide ELEVENLABS_API_KEY to use the package.
ELEVENLABS_API_KEY=YOUR_KEY

Build

npm run tts-build

Contributing

Mollify TTS is an open-source project, and contributions are always welcome. If you'd like to contribute, please feel free to fork the repository, make your changes, and submit a pull request. For more information on contributing to this repository, please checkout the Mollify Repository, and post a comment on the sign up issue.

License

Copyright 2023 Oliver Dipple

Licensed under the Apache License, Version 2.0 (the "License");

http://www.apache.org/licenses/LICENSE-2.0