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

This commit is contained in:
Georgi Gerganov
2022-11-26 10:05:37 +02:00
parent 3c390ffe38
commit cb70b07db5
3 changed files with 71 additions and 2 deletions

View File

@ -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;