examples : move wav_writer from stream.cpp to common.h (#1317) 6c20dfb unverified bobqianic commited on Oct 3, 2023
Examples: Add save audio to file option in stream.cpp (#1310) 30cdb60 unverified litong bobqianic commited on Sep 22, 2023
build : do not use _GNU_SOURCE gratuitously (#1129) beefa34 unverified Przemysław Pawełczyk commited on Sep 7, 2023
examples : add tinydiarization support for streaming (#1137) 61d4989 unverified duncanm5 commited on Aug 3, 2023
Revert "ggml : do not use _GNU_SOURCE gratuitously (#1027)" 1e5ddb0 unverified ggerganov commited on Jul 2, 2023
ggml : do not use _GNU_SOURCE gratuitously (#1027) 3a69cdf unverified Przemysław Pawełczyk commited on Jun 25, 2023
stream : flush upon finishing inference (#811) 70c8984 unverified Taras Glek commited on Apr 23, 2023
whisper : restore decoder temperature fallbacks e02ade6 unverified ggerganov commited on Apr 15, 2023
whisper : set no_context == true by default (#537) d144017 unverified ggerganov commited on Mar 5, 2023
examples : refactor in order to reuse code and reduce duplication (#482) acbd6f7 unverified ggerganov commited on Feb 15, 2023
stream : fix handling of --step == --length (#416) 284c9d9 unverified ggerganov commited on Jan 18, 2023
stream : fix --keep_context argument to be used correctly (#354) 7d451fb unverified ggerganov commited on Jan 16, 2023
stream : fix a bug that inserted a lot of empty audio at the start ca49ab0 unverified ggerganov commited on Jan 14, 2023
whisper : add loader class to allow loading from buffer and others (#353) 8060473 unverified prsyahmi ggerganov commited on Jan 8, 2023
stream : fix data race on bool + avoid division-by-zero 3753d20 unverified ggerganov commited on Jan 2, 2023
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings 7ffa531 unverified ggerganov commited on Dec 19, 2022
whisper.wasm : do not block page while processing (close #86) d0b1d9e unverified ggerganov commited on Nov 25, 2022
stream : "-kc" now enables context keeping from previous segment (#90) 28726dd unverified ggerganov commited on Nov 22, 2022
stream : add "--capture" option to select capture device (ref #10) 58fce09 unverified ggerganov commited on Oct 30, 2022
stream : few updates to make it compatible for Vim usage (#99) c5a6b99 unverified ggerganov commited on Oct 27, 2022
refactoring : move main + stream in examples + other stuff f79068a ggerganov commited on Oct 25, 2022