mkiol

Results 520 comments of mkiol

Firstly `flatpak run --command=sh --devel net.mkiol.SpeechNote`. It will open new shell (inside flatpak package sandbox) in which run `gdb -batch -ex "run" -ex "bt" --args /app/bin/dsnote --verbose`. After crash, exit...

It looks that the package installation is broken. For some reason, the executable file `/app/bin/dsnote` is missing. Could you please try to re-install net.mkiol.SpeechNote? ``` flatpak uninstall --delete-data net.mkiol.SpeechNote flatpak...

I'm sorry but I don't know what to do more :/ I don't understand why `/app/bin/dsnote` is missing. This is a main reason why nothing starts when you open the...

To be honest, it doesn't look like a problem with the graphics driver. Something is wrong with the flatpak package or the flatpak sandbox. I could be wrong...

> What is the exact location of dsnote ? It depends on type of installation (`--user` or regular): `~/.local/share/flatpak/app/net.mkiol.SpeechNote` `/var/lib/flatpak/app/net.mkiol.SpeechNote`

Exacly, 'flatpak install --user net.mkiol.SpeechNote'

flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

I'm very happy that there is more Arabic support :) I will definitely check out these models. > I think the only complicated part here will be in the selection...

Thanks a lot for all the insights! Indeed, Speech Note currently uses [tashkeel re-implemented to C++ version](https://github.com/rhasspy/piper-phonemize/blob/master/src/tashkeel.hpp) borrowed from Piper project. This version doesn't work with the latest ONNX model....

Hi. Thanks for reporting. Currently, "Export to file" and "Import from file" are separate actions. Default export directory when you open the "Select File" dialog could be set to the...