speechmatics / speechmatics-js-sdk

Javascript and Typescript SDK for Speechmatics
MIT License
40 stars 7 forks source link

Can't find code examples mentioned in your blog #87

Open kkarski opened 5 days ago

kkarski commented 5 days ago

Describe the bug

https://blog.speechmatics.com/browser-microphone-access

Expected behavior Your blog mentions the code being available in your GitHub repo, I'm having difficulty finding it. Also, all your next.js examples say "coming soon".

I'm having difficulty finding any js code examples for real time transcription from a microphone stream other than your blog. Something ready to go would really expedite adoption.

mnemitz commented 5 days ago

Hi, thanks for reaching out.

The example from this blog post is using an older version of the SDK. You can still check it out at this permalink: https://github.com/speechmatics/speechmatics-js-sdk/tree/3becdb20c4f98e8dc0b722770f9949968752ee53/examples/microphone_nextjs

We are currently working on adding a NextJS example for the @speechmatics/real-time-client package. I will keep you up to date on this thread when it's ready.