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[]) ...@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
gettimeofday(&start, NULL); 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); gettimeofday(&end, NULL);
float snippet_time = 0.0f; float snippet_time = 0.0f;
if (Result) if (Result)
......
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