Commit History

main : add diarization support for all current output types (#1031)
16846f8
unverified

Colin ggerganov commited on

ggml : sync latest ggml lib
a100c9a
unverified

ggerganov commited on

main : gracefully exit when invalid params are passed (#1002)
951f044
unverified

faker2048 commited on

main : fix help for --no-timestamps arg (#908)
4ceb1ab
unverified

Rich Jones commited on

whisper : add detect-language mode (#853)
1251039
unverified

CRD716 commited on

whisper : add integer quantization support (#540)
a5f8f3c
unverified

ggerganov commited on

main : escape quotes in csv output (#815)
69030fd
unverified

Laytan Laats commited on

main : update escape_double_quotes() function (#776)
3165de3
unverified

Tauseef Mohiuddin commited on

whisper : restore decoder temperature fallbacks
e02ade6
unverified

ggerganov commited on

main : add lrc output support (#718)
209b00a
unverified

LittleLoli commited on

whisper : fix bug in prompt processing (close #705)
d4425e8

ggerganov commited on

main : add <cstring> header
073aa7f
unverified

ggerganov commited on

main : fix typo in JSON output (#648)
c6adc54
unverified

egorFiNE commited on

whisper : add initial_prompt param (#645)
81dab6f
unverified

jhenhong commited on

main : provide option for creating JSON output (#615)
3381725
unverified

tuxpoldo ggerganov commited on

qual-bench.sh : add quality comparison tool, and update main.cpp to allow using a font file (#569)
adb49fb
unverified

venkr commited on

whisper : add whisper_state + default state on the whisper_context (#523)
fa946a3
unverified

sandrohanea Sandro Hanea ggerganov commited on

main : add csv header (#552)
f4877ed
unverified

HY. Kelvin Lee commited on

yt-wsp.sh : print help on empty args
1080ab7
unverified

ggerganov commited on

main : fix std in input (#503)
3b6ce25
unverified

conradgodfrey commited on

examples : refactor in order to reuse code and reduce duplication (#482)
acbd6f7
unverified

ggerganov commited on

whisper : add "split_on_word" flag when using using "max_len" option (#455)
6b6bdd4
unverified

Matija Pevec commited on

whisper : reduce memory usage during inference (#431)
3aa9e6c
unverified

ggerganov commited on

main : CSV format export trimmed spaces fix (#444)
2bea6b4
unverified

Alex Bacart commited on

main : we had accidentally disabled the temperature fallback .. (#291)
0461c67
unverified

ggerganov commited on

main : add an option to accept optional output filenames (#424)
7936381
unverified

Chia-Hsiang Cheng garyhsiang commited on

Improve decoding (#291)
c46c0dc
unverified

ggerganov commited on

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

prsyahmi ggerganov commited on

ci : add emscripten build
2f8e217
unverified

ggerganov commited on

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

ggerganov commited on

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

ggerganov 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 commited on

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

Matheus de Sousa ggerganov commited on

whisper : language auto-detect (#59)
dad1114

ggerganov commited on

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

ggerganov commited on

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

ggerganov 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 commited on

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

ggerganov commited on

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

ggerganov commited on

refactoring : more readable code
5ef0168
unverified

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

Adds support for stdin wav input
d83eddb

Alan commited on

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

ggerganov commited on

main : fix generated bash script
2eb4d4a
unverified

ggerganov commited on