Speech Recognition Extension Documentation

Voice-Powered Project Development

Overview

The Speech Recognition Extension allows project developers to integrate voice input and processing capabilities directly into their Turbowarp projects.

Blocks

Start Listening

Begins capturing voice input.

start listening

Stop Listening

Stops capturing voice input.

stop listening

Recognized Text

Retrieves the most recently recognized text.

recognized text

Returns the transcribed speech.

Example Usage


when green flag clicked
start listening
wait (2) seconds
set [voiceCommand] to (recognized text)
if (voiceCommand) = [start] then
    broadcast [start game]
end
                

Limitations

  • Requires browser support for Web Speech API
  • Accuracy depends on microphone quality
  • Language support varies