Unverified Commit 9b525dd4 authored by Daniel's avatar Daniel Committed by GitHub
Browse files

Update tester.cpp

parent f2021455
......@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
gettimeofday(&start, NULL);
RPASR_RESULT Result=RapidAsrRecogPCMFile(AsrHanlde, argv[2], RASR_NONE, NULL);
RPASR_RESULT Result=RapidAsrRecogFile(AsrHanlde, argv[2], RASR_NONE, NULL);
gettimeofday(&end, NULL);
float snippet_time = 0.0f;
if (Result)
......@@ -72,4 +72,4 @@ int main(int argc, char *argv[])
return 0;
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment