books-to-audio
v1.0.1
Published
Books-to-Audio is a Node.js script that converts text files into audio files using AI text-to-speech using Eleven Labs API.
Downloads
2
Readme
Table Of Contents
About The Project
****
Books-to-Audio is a Node.js script that converts text files into audio files using AI text-to-speech using Eleven Labs API. This script can be used to listen to your favorite books, articles, or any text-based content while doing other activities such as commuting, working out, or doing household chores.
The script is designed to work with text files in the .txt format.
Built With
- Nodejs
- Elevens's Lab API
Run anywhere using
npx books-to-audio
Run locally
Get a free API Key at https://beta.elevenlabs.io/speech-synthesis
Clone the repo
git clone https://github.com/Amethesh/Books-to-Audio.git
- Install NPM packages
npm install
- Run the commander.js
npm start
Usage
You can use the CLI to convert any books or large text into audio
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
Creating A Pull Request
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Authors
- Amethesh - College student
Acknowledgements
- Prasanth-BS - Fellow college student