From e78513c7aeb97b61f50122a9f9a369a3eee0ae68 Mon Sep 17 00:00:00 2001 From: Ankush Rathour <61593036+AnkushRathour@users.noreply.github.com> Date: Wed, 3 Sep 2025 12:50:16 +0530 Subject: [PATCH 1/2] Add audiomaker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [`audiomaker`](https://pypi.org/project/audiomaker/) is a Python package for **local text-to-speech generation**, designed to handle **long-form input** by automatically splitting it into chunks and merging the resulting audio seamlessly. Unlike many other TTS tools, `audiomaker` is: - 🆓 Free and open source - 💻 Fully offline/local (no API keys or usage limits) - 🔊 Capable of generating **hours-long audio** from large `.txt` files This makes it ideal for creating audiobooks, narrated content, or long-form podcasts. **PyPI:** https://pypi.org/project/audiomaker/ **GitHub:** https://github.com/AnkushRathour/AudioMaker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 796242045..2a3e2e2e0 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Audio * [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. * [audioFlux](https://github.com/libAudioFlux/audioFlux) - A library for audio and music analysis, feature extraction. + * [audiomaker](https://pypi.org/project/audiomaker/) - Unlimited text-to-speech generation in Python with input chunking and seamless audio merging. * [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition. * [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors. * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis. From 6af3ed2f6981fffafe7078b4fd8e99e152d39644 Mon Sep 17 00:00:00 2001 From: Ankush Rathour <61593036+AnkushRathour@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:39:18 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3e2e2e0..dfe335bd9 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Audio * [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. * [audioFlux](https://github.com/libAudioFlux/audioFlux) - A library for audio and music analysis, feature extraction. - * [audiomaker](https://pypi.org/project/audiomaker/) - Unlimited text-to-speech generation in Python with input chunking and seamless audio merging. + * [audiomaker](https://github.com/AnkushRathour/AudioMaker) - Unlimited text-to-speech generation in Python with input chunking and seamless audio merging. * [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition. * [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors. * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.