Skip to content

Commit e777210

Browse files
committed
docs: fix transcription details timing field
1 parent b32a523 commit e777210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ curl http://127.0.0.1:8080/v1/audio/transcriptions/details \
400400
{"word": "the", "start_sample": 3200, "end_sample": 6400, "confidence": 0.98}
401401
],
402402
"sample_rate": 16000,
403-
"timing": { "wall_ms": 412.7, "audio_seconds": 2.4, "rtf": 0.17 }
403+
"timing": { "wall_ms": 412.7, "audio_duration_ms": 2400.0, "rtf": 0.17 }
404404
}
405405
```
406406

0 commit comments

Comments
 (0)