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/file-ajax.html
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,7 @@
9
9
<section>
10
10
<h1>Transcribe File via AJAX</h1>
11
11
<buttonid="button">Load and Transcribe</button>
12
-
<p>Note: This method is sometimes preferable to embedding an <code><audio></code> element because it avoids two
13
-
lossy conversions (source to web audio, and then web audio to wav) and guarantees that the transcription will work
14
-
even if the browser cannot play the audio file's format.
15
-
16
-
The downside is that it (currently) requires the entire audio file be downloaded before playback or processing can begin, making it impractical for large files.</p>
12
+
<p>Note: this method requires the entire audio file be downloaded before playback or processing can begin, making it impractical for large files.</p>
0 commit comments