Skip to content

Commit bcf32a8

Browse files
committed
Update Speech transcription methods notebook to clarify audio file usage and introduce WebSocket connection details for the Realtime API.
1 parent 565b227 commit bcf32a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/Speech_transcription_methods.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"\n",
1414
"By the end you will be able to select and use the appropriate transcription method for your use use cases.\n",
1515
"\n",
16-
"*Note: For simplicity and ease of use, this notebook uses WAV audio files. Real-time microphone streaming (e.g., from web apps or microphones) is not utilized.*"
16+
"*Note:*\n",
17+
"- *This notebook uses WAV audio files for simplicity. It does **not** demonstrate real-time microphone streaming (such as from a web app or direct mic input).*\n",
18+
"- *This notebook uses WebSockets to connect to the Realtime API. Alternatively, you can use WebRTC, see the [OpenAI docs](https://platform.openai.com/docs/guides/realtime#connect-with-webrtc) for details.*"
1719
]
1820
},
1921
{

0 commit comments

Comments
 (0)