Paillat

Results 262 comments of Paillat

tbh I might as well give up this one and make it part of the options rewrite in next

It's just that I don't really like that code I wrote but at the same time it's mainly because options are spaghetti code

Is this still planned ?

Thank you for your contribution. Please note that the original Coqui TTS project has been shut down. However, there is an actively maintained fork available at https://github.com/idiap/coqui-ai-TTS (PyPI package: coqui-tts)....

Yeah maybe i'll try, but it sucks when I reused method names to become properties

What are your thoughts on adding something like an enum, e.g. `Role.type` to describe the role type ?

Here is a handy snippet for testing this: ```py import logging import os from datetime import datetime, UTC from dotenv import load_dotenv import discord load_dotenv() logging.basicConfig(level=logging.DEBUG) TOKEN = os.getenv("TOKEN_3") bot...