command : update README, show how to use guided mode

This commit is contained in:
Georgi Gerganov
2022-12-13 21:36:29 +02:00
parent 6a69e3ae27
commit 5eeeb3412d
2 changed files with 11 additions and 1 deletions

View File

@ -557,6 +557,10 @@ int main(int argc, char ** argv) {
audio.resume();
// wait for 1 second to avoid any buffered noise
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
audio.clear();
int max_len = 0;
bool is_running = true;