wchess : minor

This commit is contained in:
Georgi Gerganov
2023-11-28 15:10:18 +02:00
parent ee65df7982
commit 4260d4fc70
2 changed files with 9 additions and 3 deletions

View File

@@ -26,8 +26,8 @@ public:
int32_t vad_ms = 2000;
int32_t prompt_ms = 5000;
int32_t command_ms = 4000;
float vad_thold = 0.1f;
float freq_thold = -1.0f;
float vad_thold = 0.2f;
float freq_thold = 100.0f;
bool print_energy = false;
};