Speechmatics Unity Integration #26
seoirsem
started this conversation in
Made with Speechmatics
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
speechmatics_unity
As part of making a voice controlled tetris, we implemented a Unity Speechmatics integration. Hopefully this is useful for others looking to quickly add voice control to games.
This streams realtime microphone inputs to the Speechmatics API, and recieves the partial and final transcripts. These are broadcast as events to the rest of the program, and listeners can be added to other scripts. This is how we implemented both a visual representation of the transcripts as well as the controls themselves with minimal dependencies.
Beta Was this translation helpful? Give feedback.
All reactions