whisper.cpp/examples
Georgi Gerganov 83c742f1a7 whisper : add option to speed up the audio tempo by x2
Using a Phase Vocoder for speeding up the audio tempo by scaling down
the frequencies in the frequency domain.

This reduces the computation in the Encoder by a factor of 2.
The transcription accuracy is degraded, but for slow to normal speech -
it seems to be still very good.

I think this can find application for real-time transcription - i.e. the
"stream" example.
2022-11-13 16:25:43 +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 whisper : add option to speed up the audio tempo by x2 2022-11-13 16:25:43 +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 main : merge parallel example in main 2022-10-29 19:37:19 +03: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