Spaces:
Running
Running
Commit History
main : fix typo in JSON output (#648) c6adc54 unverified
whisper : add initial_prompt param (#645) 81dab6f unverified
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
main : add csv header (#552) f4877ed unverified
HY. Kelvin Lee commited on
yt-wsp.sh : print help on empty args 1080ab7 unverified
main : fix std in input (#503) 3b6ce25 unverified
examples : refactor in order to reuse code and reduce duplication (#482) acbd6f7 unverified
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
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
main : add an option to accept optional output filenames (#424) 7936381 unverified
Improve decoding (#291) c46c0dc unverified
ci : add emscripten build 2f8e217 unverified
main : make whisper_print_segment_callback() more readable (close #371) 02b3e34 unverified
minor : close #370 + Makefile build info print change e78ac30 unverified
cmake : update to 3.19 (#351) 37e2420 unverified
Andy Maloney commited on
main : add -ocsv, aka --output-csv to output a CSV file 20ca90d unverified
examples : small code cleanups (#322) e0255d4 unverified
Andy Maloney commited on
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings 7ffa531 unverified
minor : resolves some of warnings when compiling with clang/clang++ (#294) 061b71e unverified
whisper : language auto-detect (#59) dad1114
main : add option to print the progress (#276) 068424c unverified
main : add "--prompt" command line argument (#90) a488eb7 unverified
Add newline per segment for text output (#254) 3b047c2 unverified
Lexevolution commited on
whisper : add mechanism for aborting the whisper_full() computation d311de4
main : add stereo-channel-based diarization (#64) b5e16ed unverified
examples : add "command" tool (#171) 4d3c293 unverified
refactoring : more readable code 5ef0168 unverified
main : fix dangling pointer when using stdin for input (#65) 2daf96b unverified
main, stream : remove --verbose flag (#178) 8f1a93e unverified
unicode : fix character replacement (thanks to @tamo) be06a9b unverified
whisper : add option to speed up the audio tempo by x2 bec875e
Adds support for stdin wav input d83eddb
Alan commited on