Skip to content

Point RT quickstart to new Python client#228

Open
J-Jaywalker wants to merge 1 commit intomainfrom
rt_quickstart_uplift
Open

Point RT quickstart to new Python client#228
J-Jaywalker wants to merge 1 commit intomainfrom
rt_quickstart_uplift

Conversation

@J-Jaywalker
Copy link
Contributor

Quick MR to uplift quickstart page slightly and point to new Python client.

@vercel
Copy link

vercel bot commented Mar 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Mar 18, 2026 1:18pm

Request Review

},
});

client.addEventListener("receiveMessage", ({ data }) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See below irt Rt spelling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants