Raivis Dejus

Results 28 issues of Raivis Dejus

I am seeing errors about missing phoneme ids for these Latvian (`lv`) words `vilciens`, `nevajag` First example ``` echo "vilciens" | lib/piper_phonemize -l lv --espeak-data lib/espeak-ng-data/ Missing phoneme: \u0361 for:...

When installing `ctranslate2` as part of a python app, it's dependency library `ctranslate2.libs/libctranslate2-81fc0d88.so.4.2.1` has executable stack flag. This breaks the build process if we try to build the `snap` package...

enhancement

### What happened? There is no icon when OBS is launched, default gear icon is used, and if several apps have no icon, hard to distinguish among them. ![attels](https://github.com/snapcrafters/obs-studio/assets/5319134/0f7ccf50-5daa-4b26-9cf3-fea90ad8e91b) ###...

bug

By default several abilities that Buzz snap version needs are not automatically enabled for snaps, user should manually grant snap ability to use these abilities. As stated in [snap documentation](https://snapcraft.io/docs/permission-requests)...

I have an [example space](https://huggingface.co/spaces/RaivisDejus/Latvian-Piper-TTS) on Huggingface with `piper-tts` as dependency. Starting the space I get error: ``` A module that was compiled using NumPy 1.x cannot be run in...

As noted in https://github.com/ggerganov/whisper.cpp/issues/1798 sometimes a multi byte utf-8 character will be split in multiple tokens, some part in first token, some part is second. Sample audio where this happens...

This is a fix for `ffmpeg` return code errors that tend to happen only on windows when some of the binary output from the `ffmpeg` call spills over in the...