Commit Graph

31 Commits (master)

Author SHA1 Message Date
Georgi Gerganov 478289a4b3
whisper : set no_context == true by default (#537)
1 year ago
Georgi Gerganov 09d7d2b68e
examples : refactor in order to reuse code and reduce duplication (#482)
1 year ago
Georgi Gerganov 9ba66c2fad
stream : fix handling of --step == --length (#416)
1 year ago
Georgi Gerganov c9aeb33676
stream : fix --keep_context argument to be used correctly (#354)
1 year ago
Georgi Gerganov 8de452c18b
Improve decoding (#291)
1 year ago
Georgi Gerganov a6dbd9188b
stream : fix a bug that inserted a lot of empty audio at the start
1 year ago
Syahmi Azhar 1512545149
whisper : add loader class to allow loading from buffer and others (#353)
1 year ago
Andy Maloney 84c6b42e65
cmake : update to 3.19 (#351)
1 year ago
Georgi Gerganov a466c3404d
stream : fix data race on bool + avoid division-by-zero
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
Georgi Gerganov a82d331034
stream : update README.md + comments
1 year ago
Georgi Gerganov 5a5c5ddcca
Update README.md
1 year ago
Georgi Gerganov 34e0b4b9ef
stream : fix build
1 year ago
Georgi Gerganov b0f8013eb9
stream : add sliding window mode
1 year ago
Georgi Gerganov 3c390ffe38
stream.wasm : add web-based real-time transcription (#112)
1 year ago
Georgi Gerganov be16dfa038
whisper.wasm : do not block page while processing (close #86)
1 year ago
Georgi Gerganov b8ce25dec1
refactoring : more readable code
1 year ago
Georgi Gerganov d7024cf9dc
main, stream : remove --verbose flag (#178)
1 year ago
Georgi Gerganov 385236d1d3
stream : "-kc" now enables context keeping from previous segment (#90)
1 year ago
M. Eren Akbiyik 63ae03b8e0
Prompt previous tokens for streaming (#163)
1 year ago
Georgi Gerganov f2df9bd768 stream : add "max_tokens" cli arg
1 year ago
Georgi Gerganov fb8d77f760 stream : add "audio_ctx" parameter
1 year ago
Georgi Gerganov 62b5ff875c stream : add "max_tokens" parameter
1 year ago
Georgi Gerganov d351771a4b stream : add "single_segment" option
1 year ago
Georgi Gerganov c058aaf22e stream : partial encoder experiments
1 year ago
Georgi Gerganov 83c742f1a7 whisper : add option to speed up the audio tempo by x2
1 year ago
Georgi Gerganov 5a9e4260a6
stream : add "--capture" option to select capture device (ref #10)
2 years ago
Georgi Gerganov 8347a7bb6a
stream : few updates to make it compatible for Vim usage (#99)
2 years ago
Georgi Gerganov 113a4f06d8 Update README.md
2 years ago
Georgi Gerganov c6710efde2 refactoring : move main + stream in examples + other stuff
2 years ago