Roberts Slisans
Roberts Slisans
The package.json has MIT license, thus I added a LICENSE file for automatic discovery and better clarity about the license of the project.
Hi, thank you for the great project you have made available! I added it to my one click installed package of AI based audio generators. [Link](https://github.com/rsxdalv/tts-generation-webui/) Here's the notebook I...
Is the version a hard requirement? It doesn't play well with other tools that use newer versions. `soundfile
I see that you have build pipeline for automated CI builds, so I was wondering if you are considering making python wheels that would make this project portable?
https://github.com/descriptinc/audiotools/blob/7776c296c711db90176a63ff808c26e0ee087263/setup.py#L49 This doesn't seem to match what librosa has. Within stable-audio it didn't seem to break anything to go from 3.5.0 to 3.7.0 https://github.com/librosa/librosa/blob/d0a12c87cdff715ffb8ac1c7383bba1031aa71e4/setup.cfg#L94 librosa does `matplotlib >= 3.5.0`
Docstrings contain broken code examples, such as: https://github.com/huggingface/parler-tts/blob/8e465f1b5fcd223478e07175cb40494d19ffbe17/parler_tts/modeling_parler_tts.py#L2610 My research suggests that parler was never Facebook's TTS model; however the documentation has facebook/parler_tts-small references in several places. This will not...
### Describe the bug The links all now have duplicated url segment, for example: https://www.gradio.app/guides/guides/fastapi-app-with-the-gradio-client/ ### Have you searched existing issues? 🔎 - [X] I have searched and found no...
``` LookupError: ********************************************************************** Resource punkt_tab not found. Please use the NLTK Downloader to obtain the resource: >>> import nltk >>> nltk.download('punkt_tab') For more information see: https://www.nltk.org/data.html Attempted to load tokenizers/punkt_tab/english/...