Commit History

Improve decoding (#291)
c46c0dc
unverified

ggerganov HF Staff commited on

whisper : add loader class to allow loading from buffer and others (#353)
8060473
unverified

prsyahmi ggerganov HF Staff commited on

ci : add emscripten build
2f8e217
unverified

ggerganov HF Staff commited on

main : make whisper_print_segment_callback() more readable (close #371)
02b3e34
unverified

ggerganov HF Staff commited on

minor : close #370 + Makefile build info print change
e78ac30
unverified

ggerganov HF Staff commited on

main : add -ocsv, aka --output-csv to output a CSV file
20ca90d
unverified

NielsMayer commited on

examples : small code cleanups (#322)
e0255d4
unverified

Andy Maloney commited on

cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
7ffa531
unverified

ggerganov HF Staff commited on

minor : resolves some of warnings when compiling with clang/clang++ (#294)
061b71e
unverified

Matheus de Sousa ggerganov HF Staff commited on

whisper : language auto-detect (#59)
dad1114

ggerganov HF Staff commited on

main : add option to print the progress (#276)
068424c
unverified

ggerganov HF Staff commited on

main : add "--prompt" command line argument (#90)
a488eb7
unverified

ggerganov HF Staff commited on

Add newline per segment for text output (#254)
3b047c2
unverified

Lexevolution commited on

whisper : add mechanism for aborting the whisper_full() computation
d311de4

ggerganov HF Staff commited on

main : add stereo-channel-based diarization (#64)
b5e16ed
unverified

ggerganov HF Staff commited on

examples : add "command" tool (#171)
4d3c293
unverified

ggerganov HF Staff commited on

refactoring : more readable code
5ef0168
unverified

ggerganov HF Staff commited on

main : fix dangling pointer when using stdin for input (#65)
2daf96b
unverified

ggerganov HF Staff commited on

main, stream : remove --verbose flag (#178)
8f1a93e
unverified

ggerganov HF Staff commited on

unicode : fix character replacement (thanks to @tamo)
be06a9b
unverified

ggerganov HF Staff commited on

whisper : add option to speed up the audio tempo by x2
bec875e

ggerganov HF Staff commited on

Adds support for stdin wav input
d83eddb

Alan commited on

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

ggerganov HF Staff commited on

main : fix generated bash script
2eb4d4a
unverified

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

main : add some comments for the word-level timestamp algorithm
ed1850d
unverified

ggerganov HF Staff commited on

main : fix some edge cases for word-level timestamps
082b647
unverified

ggerganov HF Staff commited on

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

ggerganov HF Staff commited on

main : merge parallel example in main
5306f51

ggerganov HF Staff commited on

parallel : working
d5d2d41

ggerganov HF Staff commited on

main : fix sampling time + add max_context parameter
9ed1355

ggerganov HF Staff commited on

Print system info at start of program
c0f40a4
unverified

ggerganov HF Staff commited on

Print system info in main
72754e0

ggerganov HF Staff commited on

refactoring : move main + stream in examples + other stuff
f79068a

ggerganov HF Staff commited on