Peter Badida

Results 48 comments of Peter Badida

@Huyston what exactly breaks where? Please open a new issue with a proper description + logs. The only `android` module that is under Kivy org is [this](https://github.com/kivy/python-for-android/tree/master/pythonforandroid/recipes/android/src/android). I think you...

@Huyston Exactly and it's already done for Android both Speech2Text and Text2Speech :) See https://github.com/kivy/plyer/pull/471.

I don't like the two different ideas merged into one. On the one side you have user preferences (DPI/scale) and on the other you have screen sizes. I'd rather separate...

Oh, ok, I didn't know it's allowed to have different DPI scaling per monitor. In that case, sure, let's keep it per the device itself. Does it also include text...

Windows alternative: https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms723627(v=vs.85) https://rdmilligan.wordpress.com/2016/12/04/microsoft-speech-api-sapi-with-c/ [StackOverflow question](https://stackoverflow.com/a/16603703/5994041)

Instead of creating basically empty files for tests, open issues or create a PR if you intend to create them and add checkboxes like these: - [ ] do stuff...

You can always install `pip install --user` instead of sudo and it'd be even better. Also, the mentioned files [should be included](https://github.com/KeyWeeUsr/kivy3/blob/master/Manifest.in) automatically. Works fine for me on Windows with...

Cython apparently didn't create the C files in this case. Try to clean everything from the repo (`git clean -dxf`) and checking if you have Cython installed in the `python3`...