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
Copy file name to clipboardExpand all lines: examples/Speech_transcription_methods.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
"| File upload + `stream=False` (blocking) | > 1 s | Voicemail, meeting recordings | • No partial results, users see nothing until file finishes <br>• Max 25 MB per request (you must chunk long audio) |\n",
25
25
"| File upload + `stream=True` | < 1 s | Voice memos in mobile apps | • Still requires a completed file <br>• You implement progress bars / chunked uploads |\n",
26
26
"| Realtime WebSocket | < 1 s | Live captions in webinars | • Audio must be pcm16, g711_ulaw, or g711_alaw <br>• Session ≤ 30 min, reconnect & stitch <br>• You handle speaker-turn formatting to build the full transcript |\n",
27
-
"| Agents SDK VoicePipeline | < 1 s | Internal help-desk assistant | • Python-only beta <br>• API surface may change, limited customisation |"
27
+
"| Agents SDK VoicePipeline | < 1 s | Internal help-desk assistant | • Python-only beta <br>• API surface may change |"
0 commit comments