mkiol
mkiol
Kokoro is included in new 4.8.0 version.
Yes, that's missing. Adding to "to-do" list.
Implemented in v4.8.0. Fix: 4a574e27ac4e35144a491372260b699cb1daa681 You need to use `--output-file` option. Example: ``` flatpak run net.mkiol.SpeechNote --action start-reading-text --text "Hello, how are you doing?" --output-file speech.mp3 ```
Also it looks that new models support 7 languages! Unfortunately, these new models do not currently work with the engine code that was published [here](https://github.com/collabora/whisperspeech). The WhisperSpeech team needs to...
The new version 4.7.0 is out and available on flathub. The new version includes: - New _WhisperSpeech Small_ model for: English, Italian, German, French, Spanish, Dutch and Portuguese I didn't...
Thank you very much for reporting these problems. This is invaluable feedback. So I'm getting down to fixing.... :)
The fix: 278507b2982c11f6c073ab6eeb2b8119c182b09b > if I use -DBUILD_FFMPEG=OFF the build process stops with the error: ld: libdsnote_lib.a(media_compressor.cpp.o): undefined reference to symbol 'avcodec_decode_subtitle2@@LIBAVCODEC_60.31_SUSE' This is due to a typo in CMakeLists.txt....
Thanks for the new patches! Update: 8c806dabe33a6339603684f4275edacec05ab11f > 7. on openSUSE, fedora and may be some more linux systems, the default for libdir when building programs on 64-bit architectures is...
Hi > The flatpak build set the environment variable: > PYTORCH_TENSOREXPR=0 > QT_QUICK_CONTROLS_HOVER_ENABLED=1 > I'm wondering if for my build I have to set them too. No, there is no...
> I'm guessing that the problem is located in cmake/translations.cmake. I think I was able to fix it. I had to rewrite the translation generator a bit. It seems to...