Add alsa-based streaming ASR example for sense voice. (#2207)
This commit is contained in:
@@ -45,10 +45,11 @@ class SherpaDisplay {
|
||||
private:
|
||||
static void ClearScreen() {
|
||||
#ifdef _MSC_VER
|
||||
system("cls");
|
||||
auto ret = system("cls");
|
||||
#else
|
||||
system("clear");
|
||||
auto ret = system("clear");
|
||||
#endif
|
||||
(void)ret;
|
||||
}
|
||||
|
||||
static std::string GetCurrentDateTime() {
|
||||
|
||||
Reference in New Issue
Block a user