Georgi Gerganov
|
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 |
|
Georgi Gerganov
|
9d5723435f
|
ref #35 : add <stdbool.h> to whisper.h
"bool" type is not implicitly defined for some compilers.
|
2022-10-10 08:11:18 +03:00 |
|
Georgi Gerganov
|
9bbca3110f
|
ref #9 : add API documentation in whisper.h
|
2022-10-08 18:09:56 +03:00 |
|
Georgi Gerganov
|
2f069335ab
|
Adding sanitizer tests
|
2022-10-08 11:43:42 +03:00 |
|
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
|
2022-10-07 22:30:44 +03:00 |
|
Georgi Gerganov
|
7787b878e1
|
ref #16, #22 : add "offset" argument
Allows to start processing the input audio at some offset from the
beginning. Useful for splitting a long job into multiple tasks.
|
2022-10-07 22:00:40 +03:00 |
|
Georgi Gerganov
|
6814cc9b02
|
Improve result printing
|
2022-10-04 23:18:15 +03:00 |
|
Georgi Gerganov
|
eba33adadd
|
Extend C-style API with full inference methods
|
2022-10-04 23:18:15 +03:00 |
|
Georgi Gerganov
|
6b77124e01
|
Initial C-style interface for whisper.cpp
|
2022-10-04 23:18:15 +03:00 |
|