WAV format is recommended. Store your audio file in team storage and reference it via
process.env.TEAM_STORAGE_DIR. See Upload files for instructions.Examples
Inject audio into the browser microphoneWhen to use
- Your app has speech recognition and you need to test that specific voice commands are interpreted correctly.
- Your app has voice-activated controls and you need to verify they produce the expected behavior.
- Your app processes or transforms microphone input and you need to assert on the output.
- Your app has voice-controlled accessibility features and you need to confirm they work as expected.