Skip to content

Commit

Permalink
fixed typo in RTF calculations (k2-fsa#1861)
Browse files Browse the repository at this point in the history
  • Loading branch information
mah92 authored Feb 14, 2025
1 parent 2dd84b4 commit 60beff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ class MainActivity : ComponentActivity() {
val RTF = String.format(
"Number of threads: %d\nElapsed: %.3f s\nAudio duration: %.3f s\nRTF: %.3f/%.3f = %.3f",
TtsEngine.tts!!.config.model.numThreads,
audioDuration,
elapsed,
audioDuration,
elapsed,
audioDuration,
elapsed / audioDuration
Expand Down

0 comments on commit 60beff1

Please sign in to comment.