Skip to main content

SHAPE_FLOWGRAPH_FILTVOL_COMMAND

Indicates that a filter/volume pass is needed.

Syntax

Members

command
Type: UINT64
The SHAPE_FLOWGRAPH_COMMAND_TYPE_FILTVOL command from SHAPE_FLOWGRAPH_COMMAND_TYPE. queued
Type: UINT64
Internal process flag: 1 == inserted into internal command queue, 0 == still waiting. disabled
Type: UINT64
Flag to disable the pass. error
Type: UINT64
Command is invalid. It is set by the Audio Control Processor (ACP). reserved0
Type: UINT64
Reserved. contextId
Type: UINT64
Context ID. inputMixBuffer
Type: UINT64
Output mix buffer for channel 0 (normally left / mono). outputMixBuffer
Type: UINT64
Output mix buffer for channel 0 (normally left / mono). reserved1
Type: UINT64
Reserved.

Remarks

The FLTVOL command is dispatched to the FLTVOL hardware block for execution. The input data for the specified FLTVOL block is a mix buffer. The output of the FLTVOL always goes to a mix buffer. Each command will correspond to the output processing of one channel of 128 samples audio frame at 48 kHz.

Requirements

Header: shapeflowgraph.h Supported platforms: XBOX One family consoles and XBOX Series consoles

See also

ACP Overview SHAPE Overview shapeflowgraph
Last modified on August 20, 2026