Max Bachmann

Results 300 comments of Max Bachmann

since most of the tts engines already support a big part of the ssml tags I guess I will start of by allowing the usage of all ssml tags and...

yeah and when it fails maybe show the reason in the web interface. Right now he will see that it failed and then has to check the logs

and he should not be able to install -> maybe show them and hide the install button when it is not possible to install due to the settings

@bennuttall the package builds fine. The setup.py of the package is essentially: ```python if packaging: build_binary() else: try: build_binary() except: build_pure_python() ``` The only problem is that in case the...

Yes, it would be visible in the build logs. However I only maintain the PyPi and conda packages myself. For others like piwheels, I largely rely on others to report...

rapidfuzz: https://github.com/maxbachmann/RapidFuzz E.g. jellyfish does the same: https://github.com/jamesturk/jellyfish

> I've just rebuilt rapidfuzz and it's successfully built a platform wheel (rather than a pure Python wheel). I was actually not even aware that it did not build those...

> I understand. We'll aim to introduce an environment variable you can use in future. :+1: > For now I just want to check you're happy with the current built...

@bennuttall this feature would be super useful. I have broken builds again and only realized it by luck a month later, since the builds still pass.

@RSwarnkar Ithis should fix your problems on termux