gcomes
gcomes
I have found a problem with openvino. Here is what happens. When I build speechnote with openvino support (-DBUILD_WHISPERCPP_OPENVINO=ON) libwhisper-openvino.so is build which depends on libopenvino.so. Because of such dependency,...
I have two remarks about speechnote 4.7.0. 1) during the build process I got the following error: /var/lib/build/ccache/bin/c++ -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -O3 -DNDEBUG -Wl,--as-needed...
Since speechnote 4.7 a native package is available for openSUSE in the packman Extra repository. OpenSUSE users most likely have such repository already enabled, if not follow the indications here:...
The installation command: `zypper in speechnote ` normally should install the two packages: speechnote and speechnote-python-modules. But, due to a issue with the packman repository, speechnote-python-modules is not automatically installed....
I'm testing the build of the upcoming 4.8.0 release. So far in 4.8.0b2 I have encountered two problems. 1) If I enable -DBUILD_XDO=ON and -DBUILD_XKBCOMMON=ON the build fails with the...
The openblas issue is fixed. About xkbcommon, it is build before xdo, but xdo fails to find the xkbcommon include files. The fix is simple. In cmake/xdo.cmake the line: `BUILD_COMMAND...
I have an issue with 1.8.0 that I have compiled on openSUSE. Coqui tts is not found. I have attached the logs of speechnote started with --verbose for both 1.7.1...
> Firstly, are you sure which `espeak-ng` is actually being executed? It may be espeak-ng that is already installed in /usr/bin. There is currently no espeak-ng on openSUSE only espeak....
> > If I set ESPEAK_DATA_PATH then everything works as before. > > Good :) Do you want me to do anything with `ESPEAK_DATA_PATH`? If needed I can set this...
I have released 4.8.1 for openSUSE on packman. I'm going to close this issue now. In the future, I'll open a new one if I need it.