Minor fixes for rknn (#1925)

This commit is contained in:
Fangjun Kuang
2025-02-26 16:26:18 +08:00
committed by GitHub
parent 2f9a2b20a1
commit 82cb8a5dc3
7 changed files with 46 additions and 5 deletions

View File

@@ -90,6 +90,8 @@ as the device_name.
exit(-1);
}
fprintf(stderr, "Started! Please speak\n");
int32_t chunk = 0.1 * alsa.GetActualSampleRate();
std::string last_text;