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/static/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ <h3>Microphone Input</h3>
18
18
<ul>
19
19
<li><ahref="microphone-streaming.html">Transcribe from Microphone</a></li>
20
20
<li><ahref="microphone-streaming-auto-stop.html">Transcribe from Microphone, automatically stop at first pause</a></li>
21
+
<li><ahref="microphone-streaming-model.html">Transcribe from Microphone, with chosen model</a></li>
21
22
<li><ahref="microphone-alternatives.html">Transcribe from Microphone, with Alternatives</a></li>
22
23
<li><ahref="microphone-word-confidence.html">Transcribe from Microphone, with Word Confidence</a></li>
23
24
<li><ahref="microphone-streaming-text-to-console.html">Transcribe from Microphone, send text to console</a></li>
24
-
<li><ahref="microphone-streaming-model.html">Transcribe from Microphone, Streaming with chosen model</a></li>
25
25
<li><ahref="microphone-streaming-object-to-console.html">Transcribe from Microphone, send JSON to console (includes text and metadata; v0.22+ format)</a></li>
0 commit comments