Skip to content

How can I implement a Wake Word for and emdedded system for the hard of hearing? #141

Closed Answered by jjmaldonis
marksymmes asked this question in General help
Discussion options

You must be logged in to vote

Hey @marksymmes! Glad you're liking Deepgram - we always like to hear it :)

You have a couple options here.

You can use Deepgram's API to listen to wake words by hooking a websocket up to the streaming API. The websocket will transfer the incoming audio to Deepgram, then Deepgram will transcribe it, and your code can listen for the specific wake word you choose. This solution will get you up and running quickly, and I've included some code at the end of this comment that you can use right now.

Alternatively, wake-word functionality can be implemented using an embedded hardware/software combination. This is typically done by using an ASIC chip. (The relevant google search is "asic embedded…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@marksymmes
Comment options

Answer selected by SandraRodgers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants