Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| }, | ||
| }); | ||
|
|
||
| client.addEventListener("receiveMessage", ({ data }) => { |
There was a problem hiding this comment.
Somebody might have to check that this is actually valid, I've not run the JS client before.
|
|
||
| :::tip | ||
| The easiest way to try Realtime transcription is via the [web portal](https://portal.speechmatics.com/jobs/create/real-time). | ||
| The quickest way to try real-time transcription is via the [web portal](https://portal.speechmatics.com/jobs/create/real-time) — no code required. |
There was a problem hiding this comment.
Double check which spelling for rt you want here - (from the style guide)
Realtime (always capitalized, no hyphen) refers to the name of the Speechmatics Transcription API product for transcription of streaming audio. It can also be used in a phrase describing an object built using the Realtime.
Examples:
Stream your audio to the Realtime to receive instant transcription results.
Use the Realtime demo to test the feature.
Realtime converts streaming audio to text.
The app uses the Realtime processing to deliver transcription.
real-time (hyphenated) is a general-purpose compound adjective describing processes or systems that operate with minimal delay.
Example: The system returns real-time results.
real time (with a space) is a noun phrase describing the actual time during which something takes place, typically in an adverbial phrase, ie, in real time.
Example: We track usage in real time.
| </TabItem> | ||
| </Tabs> | ||
|
|
||
| ### 3. Run the example |
There was a problem hiding this comment.
Might want to check the other quickstart pages for consistency here
| Speak into your microphone. You should see output like: | ||
| ``` | ||
| [Final]: Hello, welcome to Speechmatics. | ||
| [Final]: This is a real-time transcription example. |
There was a problem hiding this comment.
Again, just check the spelling. Is it the product Realtime or live/action rt etc?
| ::: | ||
| ## Next steps | ||
|
|
||
| Now that you have real-time transcription working, explore these features to build more powerful applications. |
There was a problem hiding this comment.
| Now that you have real-time transcription working, explore these features to build more powerful applications. | |
| Now that you have Realtime transcription working, explore these features to build more powerful applications. |
| description: Learn how to convert streaming audio to text. | ||
| pagination_prev: null | ||
| pagination_next: null | ||
| description: Learn how to transcribe streaming audio to text in real time. |
There was a problem hiding this comment.
See below irt Rt spelling
Quick MR to uplift quickstart page slightly and point to new Python client.