stream : update README.md + comments

This commit is contained in:
Georgi Gerganov
2022-12-16 18:04:19 +02:00
parent c37c2443c1
commit a82d331034
2 changed files with 2 additions and 2 deletions

View File

@ -429,7 +429,7 @@ int main(int argc, char ** argv) {
const int n_new_line = params.length_ms / params.step_ms - 1; // number of steps to print new line
const bool use_vad = n_samples_step <= 0;
const bool use_vad = n_samples_step <= 0; // sliding window mode uses VAD
params.no_timestamps = !use_vad;
params.no_context = use_vad;