Searched refs:length_file (Results 1 – 2 of 2) sorted by relevance
110 double length_file; in main() local673 length_file = ((double)framecnt*(double)declen/FS); in main()674 printf("\n\nLength of speech file: %.1f s\n", length_file); in main()675 …ntf("Time to run iSAC: %.2f s (%.2f %% of realtime)\n\n", runtime, (100*runtime/length_file)); in main()
107 double starttime, runtime, length_file; in main() local838 length_file = ((double)framecnt*(double)declen/FS); in main()839 printf("\n\nLength of speech file: %.1f s\n", length_file); in main()841 runtime, (100*runtime/length_file)); in main()