Commit Graph

10 Commits

Author SHA1 Message Date
e30cf83158 ref #57, #62, #63 : remove unions in C-api + remove designated initializers
We are not ready for designated initializers - many compilers do not
support this C++ feature yet, so removing it's non-trivial usages.
2022-10-18 18:17:24 +03:00
01c9e96f64 stream : improve real-time transcription 2022-10-10 22:06:27 +03:00
481cd685d5 ref #10 : option to keep context in "stream" example
Seems the results become worse when we keep the context, so by default
this is not enabled
2022-10-07 22:30:44 +03:00
3f15bb8a08 ref #10 : add "step" argument for "stream" example
Controls how often we run the inference.
By default, we run it every 3 seconds.
2022-10-07 22:07:24 +03:00
b8f713482e Minor updates 2022-10-05 23:11:02 +03:00
ce1fe95902 wip : improve makefile 2022-10-05 23:03:46 +03:00
eba33adadd Extend C-style API with full inference methods 2022-10-04 23:18:15 +03:00
6b77124e01 Initial C-style interface for whisper.cpp 2022-10-04 23:18:15 +03:00
be8ba034f6 ref #10 : handle Ctrl+C in "stream" app 2022-10-02 20:11:17 +03:00
b6bf906730 ref #10 : quick-and-dirty attempt for real-time audio transciption
- Processes input in chunks of 3 seconds.
- Padding audio with silence
- Uses 1 second audio from previous pass
- No text context
2022-10-02 17:55:45 +03:00