thewh1teagle
thewh1teagle
whisper.cpp supports Hebrew. Could you clarify the limitations that prevent rtranslator from supporting it? I noticed that ctranslate inference with NLLB also supports Hebrew. This is a very innovative project!...
I'm planning to use `CTranslate2` from Rust with [ctranslate2-rs](https://github.com/jkawamoto/ctranslate2-rs) to create cross platform desktop app for translate multilang offline using `facebook/nllb-200-distilled-600M` I used the `ct2-transformers-converter` for convert it to ctranslate...
### Describe the bug I use tauri on v2 project on `macOS` When creating new window with specific position, the position is incorrect and inconsistent comparing of doing it with...
### Describe the bug When testing my app with webview2 msedge driver, based on your webdriver testing example, the cleanup not working properly inside `after` hook. the webview user data...
I'm using i18n-ally in the project [vibe](https://github.com/thewh1teagle/vibe) with the config [settings.json](https://github.com/thewh1teagle/vibe/blob/main/.vscode/settings.json) However I have two different web projects in the same repo. Can I work on both independently concurrently in...
Hey! I discovered the project [pyannote-onnx](https://github.com/pengzhendong/pyannote-onnx) and was wondering if I could implement something similar using ort in Rust. Could you provide an example if it's possible, or share more...
I'm using `avbuild` in the (wip) project [nova](https://github.com/thewh1teagle/nova), which utilizes `yt-dlp` to download audio and video content. When running `yt-dlp` with the arguments `-x --audio-format mp3`, it attempts to re-encode...
### Question you want answered How do I find the absolute path to config field in `tauri.conf.json` ### Where did you look for an answer? For instance it's not clear...
It would be useful if I there was an option in embedding manager to find the closest one from existing speakers. This way, I can handle myself the case where...
I noticed that recently `sherpa-onnx` was [refactored](https://github.com/k2-fsa/sherpa-onnx/commit/a25075101c6beb735fd69af0b019775ddeb9305a) to allow using the c library without compile the binaries. It fixed issues on macOS, however on `Windows` I still get the following...