whisper.cpp/examples
M. Eren Akbiyik 63ae03b8e0
Prompt previous tokens for streaming (#163)
* feat: prompt previous tokens for streaming

I used a vector pointer instead of vector itself because it gave weird errors, and why not

* convert vector to use with C api

* feat: remove old refs, check for prompt size

* feat: use better way of getting the pointer
2022-11-22 18:10:35 +02:00
..
bench Print system info at start of program 2022-10-27 17:22:19 +03:00
main whisper : add option to speed up the audio tempo by x2 2022-11-13 16:25:43 +02:00
stream Prompt previous tokens for streaming (#163) 2022-11-22 18:10:35 +02:00
talk.wasm talk.wasm : update README.md 2022-11-21 22:42:29 +02:00
whisper.nvim Update README.md 2022-11-04 22:26:08 +02:00
whisper.objc Update README.md 2022-10-24 18:23:07 +03:00
whisper.wasm whisper.wasm : update system info print 2022-10-29 20:32:41 +03:00
CMakeLists.txt talk.wasm : GPT-2 meets Whisper in WebAssembly (#155) 2022-11-21 22:20:42 +02:00
dr_wav.h refactoring : move main + stream in examples + other stuff 2022-10-25 20:53:48 +03:00
generate-karaoke.sh examples : add simple script for generating Karaoke video 2022-11-06 09:22:50 +02:00