mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-13 12:38:08 +00:00
livestream.sh : simple tool to transcribe audio livestreams (#185)
This commit is contained in:
@ -51,7 +51,7 @@ void stream_main(size_t index) {
|
||||
|
||||
wparams.language = "en";
|
||||
|
||||
printf("stream: using %d threads\n", N_THREAD);
|
||||
printf("stream: using %d threads\n", wparams.n_threads);
|
||||
|
||||
std::vector<float> pcmf32;
|
||||
|
||||
|
Reference in New Issue
Block a user