fixed typo in RTF calculations (#1861)
This commit is contained in:
@@ -213,8 +213,8 @@ class MainActivity : ComponentActivity() {
|
|||||||
val RTF = String.format(
|
val RTF = String.format(
|
||||||
"Number of threads: %d\nElapsed: %.3f s\nAudio duration: %.3f s\nRTF: %.3f/%.3f = %.3f",
|
"Number of threads: %d\nElapsed: %.3f s\nAudio duration: %.3f s\nRTF: %.3f/%.3f = %.3f",
|
||||||
TtsEngine.tts!!.config.model.numThreads,
|
TtsEngine.tts!!.config.model.numThreads,
|
||||||
audioDuration,
|
|
||||||
elapsed,
|
elapsed,
|
||||||
|
audioDuration,
|
||||||
elapsed,
|
elapsed,
|
||||||
audioDuration,
|
audioDuration,
|
||||||
elapsed / audioDuration
|
elapsed / audioDuration
|
||||||
|
|||||||
Reference in New Issue
Block a user