Commit Graph

48 Commits (master)

Author SHA1 Message Date
venkr b597c5a779
qual-bench.sh : add quality comparison tool, and update main.cpp to allow using a font file (#569)
1 year ago
sandrohanea 59fdcd19c8
whisper : add whisper_state + default state on the whisper_context (#523)
1 year ago
HY. Kelvin Lee 72af0f5697
main : add csv header (#552)
1 year ago
Georgi Gerganov f254e78737
yt-wsp.sh : print help on empty args
1 year ago
conradg 69e6e4644a
main : fix std in input (#503)
1 year ago
Georgi Gerganov 09d7d2b68e
examples : refactor in order to reuse code and reduce duplication (#482)
1 year ago
Matija Pevec d012b5c7e4
whisper : add "split_on_word" flag when using using "max_len" option (#455)
1 year ago
Georgi Gerganov f3ee4a9673
whisper : reduce memory usage during inference (#431)
1 year ago
Alex Bacart 3b1960520a
main : CSV format export trimmed spaces fix (#444)
1 year ago
Georgi Gerganov f583e2d2f5
main : we had accidentally disabled the temperature fallback .. (#291)
1 year ago
Chia-Hsiang Cheng 472a473fd1
main : add an option to accept optional output filenames (#424)
1 year ago
Georgi Gerganov 8de452c18b
Improve decoding (#291)
1 year ago
Syahmi Azhar 1512545149
whisper : add loader class to allow loading from buffer and others (#353)
1 year ago
Georgi Gerganov b3c865083e
ci : add emscripten build
1 year ago
Georgi Gerganov a0d4f8e65c
main : make whisper_print_segment_callback() more readable (close #371)
1 year ago
Georgi Gerganov 196d738974
minor : close #370 + Makefile build info print change
1 year ago
Andy Maloney 84c6b42e65
cmake : update to 3.19 (#351)
1 year ago
Niels Mayer a593b932e4
main : add -ocsv, aka --output-csv to output a CSV file
1 year ago
Andy Maloney dc90efd504
examples : small code cleanups (#322)
1 year ago
Georgi Gerganov 99da1e5cc8
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
1 year ago
Matheus de Sousa 8e3f129b4d
minor : resolves some of warnings when compiling with clang/clang++ (#294)
1 year ago
Georgi Gerganov fba10a4c68 whisper : language auto-detect (#59)
1 year ago
Georgi Gerganov 32fbc8cd04
main : add option to print the progress (#276)
1 year ago
Georgi Gerganov b8065d90f5
main : add "--prompt" command line argument (#90)
1 year ago
Lexevolution 6ed786957e
Add newline per segment for text output (#254)
1 year ago
Georgi Gerganov 4698dcdb52 whisper : add mechanism for aborting the whisper_full() computation
1 year ago
Georgi Gerganov 0f619b52ce
main : add stereo-channel-based diarization (#64)
1 year ago
Georgi Gerganov bc88eb13c6
examples : add "command" tool (#171)
1 year ago
Georgi Gerganov b8ce25dec1
refactoring : more readable code
1 year ago
Georgi Gerganov 454b91de16
main : fix dangling pointer when using stdin for input (#65)
1 year ago
Georgi Gerganov d7024cf9dc
main, stream : remove --verbose flag (#178)
1 year ago
Georgi Gerganov e5dcdabbb8
unicode : fix character replacement (thanks to @tamo)
1 year ago
Georgi Gerganov 83c742f1a7 whisper : add option to speed up the audio tempo by x2
2 years ago
Alan 7519eabf65 Adds support for stdin wav input
2 years ago
Georgi Gerganov c30bffc8a5
ref #22 : add "duration" option
2 years ago
Georgi Gerganov ef47d77492
main : fix generated bash script
2 years ago
Georgi Gerganov d5afebd37c
whisper : token-level timestamp refactoring (#49, #120)
2 years ago
Georgi Gerganov 6fb98370ba
main : add some comments for the word-level timestamp algorithm
2 years ago
Georgi Gerganov 0729da9a3b
main : fix some edge cases for word-level timestamps
2 years ago
Georgi Gerganov dc12994603
Update README.md
2 years ago
Georgi Gerganov 57fb46f307 main : add option for word-leve timestamps (very experimental)
2 years ago
Georgi Gerganov 2827cbbbe8 main : merge parallel example in main
2 years ago
Georgi Gerganov 0b2dc3c82c parallel : working
2 years ago
Georgi Gerganov 85d6e1e1e7 main : fix sampling time + add max_context parameter
2 years ago
Georgi Gerganov ebb01b9e33
Print system info at start of program
2 years ago
Georgi Gerganov 2400660f3f Print system info in main
2 years ago
Georgi Gerganov 47e78b7288 Update README.md
2 years ago
Georgi Gerganov c6710efde2 refactoring : move main + stream in examples + other stuff
2 years ago