Skip to main content

chat_manager::audio_manipulation_mode

Indicates the audio manipulation mode enabled for the chat instance.

Syntax

Parameters

None.

Return value

Type: game_chat_audio_manipulation_mode_flags Returns the audio manipulation modes enabled for this chat instance.

Remarks

This method indicates the audio manipulation mode enabled for this chat instance. You must specify appropriate game_chat_audio_manipulation_mode_flags constants when invoking the chat_manager::initialize method for this instance to enable pre-encode or post-decode audio manipulation; otherwise, this value is set to game_chat_audio_manipulation_mode_flags::none by default when the chat instance is initialized. For more information, see Real-time audio manipulation.

Requirements

Header: GameChat2.h Supported platforms: Windows, XBOX One family consoles and XBOX Series consoles

See also

Intro to Game Chat 2
chat_manager
Last modified on August 20, 2026