Shoaib

Results 7 issues of Shoaib

Hi! Sometime back I worked on making fdkaac multi-threaded and I lost the code! I'll doing this again (for shits and giggles this time). Last I worked on to solve...

Feature : Add randomDouble generation provided as EL functions. Functions added : 1. `randomDouble(min, max)`, generates a random double in the range min (inclusive), max (exclusive) 2. `randomDouble(min, max, fractionalDigits)`,...

I tried to install (via git+ and after git clone) and I get a package created with the name `UNKNOWN`. Needless to say you won't be able to import the...

A simple fix for fairseq issue. Issue : When loading the model we get ``` Traceback (most recent call last): File "/home/shoaib/temp.py", line 6, in api = TTS("tts_models/pol/fairseq/vits") File "/home/shoaib/.local/lib/python3.10/site-packages/TTS/api.py",...

First off thanks for sharing this awesome package! I've lately been getting these exceptions, and its been erratic and not easily reproducible. The way I've been using is * Poll...

Hello maintainers! I added the LMOVE and BLMOVE operations as ``` lmovell for lmove src dest left left lmovelr for lmove src dest left right lmoverl for lmove src dest...

I went through a lot of typos in the docs and I'd like to suggest that we have a pre-check github action before the maintainer merges. The check will allow...