Niranjan Yadla
|
c15c4a3aa6
|
Merge b211d2f9b1 into d6b84b2a23
|
3 years ago |
Georgi Gerganov
|
01c9e96f64
|
stream : improve real-time transcription
|
3 years ago |
Georgi Gerganov
|
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
|
3 years ago |
Georgi Gerganov
|
3f15bb8a08
|
ref #10 : add "step" argument for "stream" example
Controls how often we run the inference.
By default, we run it every 3 seconds.
|
3 years ago |
Niranjan Yadla
|
b211d2f9b1
|
ADD VAD to save inference cycles
|
3 years ago |
Georgi Gerganov
|
b8f713482e
|
Minor updates
|
3 years ago |
Georgi Gerganov
|
ce1fe95902
|
wip : improve makefile
|
3 years ago |
Georgi Gerganov
|
eba33adadd
|
Extend C-style API with full inference methods
|
3 years ago |
Georgi Gerganov
|
6b77124e01
|
Initial C-style interface for whisper.cpp
|
3 years ago |
Georgi Gerganov
|
be8ba034f6
|
ref #10 : handle Ctrl+C in "stream" app
|
3 years ago |
Georgi Gerganov
|
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
|
3 years ago |