You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -203,11 +203,13 @@ Time To First Byte — measures how long until the first byte of a response is r
203
203
204
204
### TTFAMetricsData
205
205
206
-
Time To First Audio — measures the time from a TTS request to the first audible audio sample. This includes the time to first byte plus any leading silence padding added by the service. Comparing TTFA against TTFB reveals how much of the perceived latency is silence padding rather than service response time.
206
+
Time To First Audio — measures the time from a TTS request to the first audible audio sample. This includes the time to first byte plus any leading silence padding added by the service. `TTFAMetricsData` reports the latency breakdown directly, showing how much of the perceived latency is silence padding.
0 commit comments