Set Sequence Audio Settings
set_sequence_audio_settingsChange the active sequence's audio settings by specifying sample rate and channel type (mono, stereo, 5.1, multichannel).
Instructions
Change audio settings of the active sequence (sample rate, channel type).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sample_rate | No | Audio sample rate (e.g., 44100, 48000, 96000) | |
| channel_type | No | Channel type: 0=Mono, 1=Stereo, 2=5.1, 3=Multichannel |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |