VoiceRecordingStarted
Plays a sound / audio cue when the voice recording has started.
{
"accessibility.signals.voiceRecordingStarted": {
"sound": "auto"
} // default
}
Type
object
Default
{
"sound": "auto"
}
Object Properties
Key | Type | Default | Range | Description |
---|---|---|---|---|
"sound" | string | "auto" | "auto" , "off" , "on" | Plays a sound when the voice recording has started. |
Description
Controls if sound signals are played when starting a voice recording. Typically through the VS Code Speech extension.
When "sound"
is set to "auto"
, the sound signal will play when starting a voice recording and a screen reader is detected or "editor.accessibilitySettings": "on"
. When set to "off"
, the sound signal will never play even when a screen reader is detected or "editor.accessibiltySupport": "on"
. When set to "on"
, the sound signal will always play even when a screen reader is not detected or "editor.accessibilitySupport": "off"
.