Voice Recognition API
Converts voice to text.
Authors and contributors to this experimental extension: planktonfun.
Warning
This is an extension made by a community member and it only got through a light review by the GDevelop extension team. As such, we can't guarantee it meets all the quality standards of fully reviewed extensions.
Listens from the browser microphone then returns a text
Limitations: Voice recognition is only supported in https for security reasons
Can be used for: - Voice Based Games - Voice Mobile App
Features:
-
Conditions:
- OnSuccess
- OnError
-
Actions:
- Start listening
-
StringExpressions:
- RetrieveResultText
- RetrieveStatus
- RetrieveError
Tip
Learn how to install new extensions by following a step-by-step guide.
Actions
Listen for speeches
Listen for speeches.
Conditions
On Voice Recognition Error
On Voice Recognition Error.
On Voice Recognition Success
On Voice Recognition Success.
Expressions
Expression | Description | |
---|---|---|
VoiceRecognition::RetrieveError() |
Retrieves Voice Recognition Error. | |
VoiceRecognition::RetrieveStatus() |
Retrieves Voice Recognition Error Status. | |
VoiceRecognition::RetrievetResultText() |
Retrieves Voice Recognition Result Text. |
This page is an auto-generated reference page about the Voice Recognition API extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.