obs-get-input-audio-sync-offset
Retrieve the audio sync offset value for a specified input in OBS Studio to check timing alignment between audio and video sources.
Instructions
Gets the audio sync offset of an input
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inputName | Yes | Name of the input to get the audio sync offset of |
Input Schema (JSON Schema)
{
"properties": {
"inputName": {
"description": "Name of the input to get the audio sync offset of",
"type": "string"
}
},
"required": [
"inputName"
],
"type": "object"
}