Check Audio

Purpose

Check whether any sound occurred in the last few seconds, regardless of what was said (content‑agnostic).

Syntax

checkAudio

Example:

1. Start playback of the lesson
2. checkAudio

Note:

  • Use when you only care about presence of sound, e.g. “player is not muted / something is playing.”

  • Do not use the phrase “check audio” in natural language right after a ‎`listen` step if your goal is to validate the transcription; that can cause the model to invoke the ‎`check audio` tool instead of using ‎`listen`’s remembered text.

  • Support for this command is still on Beta. Please reach out if this is critical to your tests.

Last updated