File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
examples/static/audio-video-deprecated Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Audio/Video element transcription example (UNSUPPORTED)
2
+
3
+ This example shows transcription using a HTML5 ` <audio> ` element as the audio source.
4
+ It should work identically with a ` <video> ` element.
5
+
6
+ ## Deprecated/Unsupported
7
+
8
+ The ` recognizeElement() ` was deprecated and removed from the SDK due to issues with quality and consistency.
9
+ The code was moved here to allow individuals to continue using it without being pinned to an older version of the SDK.
10
+
11
+ You are welcome to use this code, but it is not officially supported, and you are on your own if you run into issues.
12
+
13
+ ## Setup
14
+
15
+ To try out the example, run ` npm start ` in the [ ../../examples] ( ../../examples ) directory,
16
+ then visit http://localhost:3000/audio-video-deprecated/
17
+
18
+ The example uses the Node.js server to host the content, bundle the JavaScript files, and generate access tokens.
19
+
You can’t perform that action at this time.
0 commit comments