Live/Real time transcription from laptop mic #432
-
Hi Folks I was wondering how do i connect my laptop's mic and do a real time transcription a bit similar to what is also shown in the demo? |
Beta Was this translation helpful? Give feedback.
Answered by
lukeocodes
Nov 9, 2023
Replies: 1 comment
-
Hi @sb1992 We have this example: https://github.com/deepgram-devs/js-live-example It does have a small node script, which is responsible for generating a limited scope temporary API key for the frontend client to use. If this is for localhost use only, you COULD bypass that. But, we do not recommend putting your API key in the client. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lukeocodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sb1992
We have this example: https://github.com/deepgram-devs/js-live-example
It does have a small node script, which is responsible for generating a limited scope temporary API key for the frontend client to use. If this is for localhost use only, you COULD bypass that. But, we do not recommend putting your API key in the client.