mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-14 04:58:06 +00:00
livestream.sh : simple tool to transcribe audio livestreams (#185)
This commit is contained in:
@ -68,7 +68,7 @@ void talk_main(size_t index) {
|
||||
|
||||
g_gpt2 = gpt2_init("gpt-2.bin");
|
||||
|
||||
printf("talk: using %d threads\n", N_THREAD);
|
||||
printf("talk: using %d threads\n", wparams.n_threads);
|
||||
|
||||
std::vector<float> pcmf32;
|
||||
|
||||
|
Reference in New Issue
Block a user