Add Python ASR examples with alsa (#646)

This commit is contained in:
Fangjun Kuang
2024-03-08 11:34:48 +08:00
committed by GitHub
parent e9e8d755d9
commit d3287f9494
12 changed files with 326 additions and 10 deletions

View File

@@ -192,8 +192,8 @@ as the device_name.
}
}
using namespace std::chrono_literals;
std::this_thread::sleep_for(20ms); // sleep for 20ms
using namespace std::chrono_literals; // NOLINT
std::this_thread::sleep_for(20ms); // sleep for 20ms
}
t.join();
t2.join();