abelbabel
abelbabel
Hi, in FreeBSD I usually do a package upgrade in a bectl-chroot where I do not have access to all repositories, I configured. So I do `pkg upgrade -r FreeBSD`...
Hi, there seems to be a problem with colons in pane commands. See the following example yaml-session-file. Escaping with backslash (\\) has no effect. Using single ticks (') instead of...
Hi, I'm not so much into the details of whisper or whisper.cpp and I don't know if it is currently even possible with the foundation, but it would be nice...
Hi, it would be great to have a simple app that takes data from pipe and runs recognition on it ... similar to [stream.cpp](https://github.com/ggerganov/whisper.cpp/blob/master/stream.cpp), but instead taking data from audio...
Hi, here is a small patch that makes the whisper_print_segment_callback function more readable. Main idea was to avoid duplicate code (e.g. if-blocks for colored output with timestamps and without or...
Hi, a small/quick change: ``` --- main.cpp_ori 2023-01-04 10:58:52.669456000 +0100 +++ main.cpp 2023-01-04 11:21:27.479196000 +0100 @@ -557,7 +557,7 @@ } if (wav.sampleRate != WHISPER_SAMPLE_RATE) { - fprintf(stderr, "%s: WAV file...
Hi, is it possible to use **wildcards or some kind of regular expressions in keywords** when filtering? The problem is that I want to get all posts of a certain...
Hi, I would be glad if khal would not only support the Gregorian calendar, but other calendar systems too. For me the **Hebrew calendar**[1] would be interesting as it also...
Hi, will this program be part of the FreeBSD portstree? Or do you know similar programs that are already part of the portstree. Kind regards, abelbabel
Hi, thank you for the great app! Will you also provide it as a command-line utility for computers (or a library or whatever), so that it can also be used...