Skip to content

Commit 9435019

Browse files
authored
Adding a readme to the audio-video-deprecated example
1 parent 43f6bfc commit 9435019

File tree

1 file changed

+19
-0
lines changed
  • examples/static/audio-video-deprecated

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+

0 commit comments

Comments
 (0)