whisper.cpp / whisper.h

Commit History

ref #22 : add "duration" option
097e96a
unverified

ggerganov commited on

whisper : token-level timestamp refactoring (#49, #120)
e4f586b
unverified

ggerganov commited on

main : add option for word-leve timestamps (very experimental)
b777dde

ggerganov commited on

close #113 : fix struct whisper_token_data
ba9fc0a
unverified

ggerganov commited on

parallel : print time of audio boundaries + fix timings
84ba527

ggerganov commited on

parallel : working
d5d2d41

ggerganov commited on

main : fix sampling time + add max_context parameter
9ed1355

ggerganov commited on

parallel : adding tool for parallel transformer inference
cafe46d

ggerganov commited on

ggml : add system info functions
7a4a7a1

ggerganov commited on

whisper : add new-segment callback
83926f7

ggerganov commited on

wip : experimental color coding of tokens based on probabilities
6f2f468

ggerganov commited on

ref #52 : improve greedy sampling strategy
07043b9
unverified

ggerganov commited on

close #32 : add comment about thread-safety of the C-style API
a3ee28a
unverified

ggerganov commited on

ref #57, #62, #63 : remove unions in C-api + remove designated initializers
99f2636
unverified

ggerganov commited on

ref #35 : add <stdbool.h> to whisper.h
0ab5514
unverified

ggerganov commited on

ref #9 : add API documentation in whisper.h
ce2cd6d

ggerganov commited on

Adding sanitizer tests
6113fbd

ggerganov commited on

ref #10 : option to keep context in "stream" example
606a6bc
unverified

ggerganov commited on

ref #16, #22 : add "offset" argument
35a7fcb
unverified

ggerganov commited on

Improve result printing
9a513f5

ggerganov commited on

Extend C-style API with full inference methods
dabc473

ggerganov commited on

Initial C-style interface for whisper.cpp
c0943fb

ggerganov commited on