whisper.cpp / examples

Commit History

Build a vfpv4 library for armeabi-v7a and do runtime detection to select the right library
b17dc4f

Kevin Brothaler commited on

Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a.
1fff54f

Kevin Brothaler commited on

Bump NDK version
dbe19c7

Kevin Brothaler commited on

Update README.md
9fc9845
unverified

ggerganov 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

command : better indentation
7a2aa88

ggerganov commited on

command : update README, show how to use guided mode
a73a606

ggerganov commited on

command : adding guided mode
0ffb168

ggerganov commited on

Update README.md (#46)
974e0d1
unverified

ggerganov commited on

Add Android sample (#277)
f4bcbaa
unverified

Digipom commited on

stream : update README.md + comments
2110f23
unverified

ggerganov commited on

Update README.md
cd282f3
unverified

ggerganov commited on

stream : fix build
d8f85b8
unverified

ggerganov commited on

stream : add sliding window mode
d5c5cb0
unverified

ggerganov commited on

talk : improve prompting
de68a7e
unverified

ggerganov commited on

Node.js package (#260)
67b8a21
unverified

ggerganov commited on

talk : make compatible with c++11 (part 2)
cf313a6
unverified

ggerganov commited on

talk : make compatible with c++11
53ae12b
unverified

ggerganov commited on

Add newline per segment for text output (#254)
3b047c2
unverified

Lexevolution commited on

bench.wasm : same as "bench" but runs in the browser (#89)
68dae1f
unverified

ggerganov commited on

Update README.md
d161cee
unverified

ggerganov commited on

talk : fix build for MSVC
81dca98

ggerganov commited on

talk : talk with AI in the terminal
7aad96d

ggerganov commited on

twitch.sh : various fixes and polishing
245e5de

ggerganov commited on

Allow for Twitch.tv live transcription
2444077

keyehzy commited on

yt-wsp.sh : improve usage instructions
91f208e
unverified

ggerganov commited on

yt-wsp.sh : fix usage instruction + comment
5a5b9b4
unverified

ggerganov commited on

livestream.sh : remove obsolete comment
d948318

ggerganov commited on

models : add the new "large" model release by OpenAI
793fa90
unverified

ggerganov commited on

livestream : handle ffmpeg errors gracefully and stabilize transcript
520d318
unverified

ggerganov commited on

livestream : minor changes
dec4507
unverified

ggerganov commited on

livestream : fix losing words across audio chunk (#195)
b3a9b29
unverified

semiformal-net Paul Edwards ggerganov commited on

whisper : add mechanism for aborting the whisper_full() computation
d311de4

ggerganov commited on

whisper.objc : fix context + broken readme links
2361fbc
unverified

ggerganov commited on

whisper.objc : add real-time processing (#97)
11bb554
unverified

ggerganov commited on

whisper.objc : fix build warnings
8d1f7e9
unverified

ggerganov commited on

yt-wsp.sh : script to easily transcribe VODs
a7c58c8
unverified

ggerganov commited on

command.wasm : add voice assistant example for the Web (#171)
2ee248a
unverified

ggerganov commited on

minor : add comment for using "generate_karaoke.sh"
2512003
unverified

ggerganov commited on

livestream.sh : simple tool to transcribe audio livestreams (#185)
2a7b373
unverified

ggerganov commited on

stream.wasm : add web-based real-time transcription (#112)
936213e
unverified

ggerganov commited on

whisper.wasm : do not block page while processing (close #86)
d0b1d9e
unverified

ggerganov commited on

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

ggerganov commited on

command : add demonstration video
64508b4
unverified

ggerganov commited on

command : fix build + fix README + add bold printing
f70b793
unverified

ggerganov commited on

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

ggerganov commited on