Skip to main content
Queues an asynchronous operation to configure the audio manipulation voice stream associated with this chat control.

Syntax

Parameters

configuration   PartyAudioManipulationSourceStreamConfiguration*
optional
The stream configuration. asyncIdentifier   void*
optional
An optional, app-defined, pointer-sized context value that can be used to associate the completion state change with this call.

Return value

PartyError c_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PartyManager::GetErrorMessage().

Remarks

If the configuration is non-null, an audio manipulation voice stream will be created for this chat control. Such a stream redirects output for the voice audio associated with this chat control; instead of the library automatically handling the voice audio and routing it, the app can use the source stream to retrieve the voice audio and route it via game logic. If the configuration is null, and a voice stream has previously been configured, the voice stream will be destroyed.

Upon completion of the asynchronous operation, when a non-null configuration was specified, a voice stream for this chat control can be queried via PartyChatControl::GetAudioManipulationVoiceStream(). Completion is indicated by a PartyConfigureAudioManipulationVoiceStreamCompletedStateChange.

Platform support and supported formats

This function is only supported on Windows, XBOX, and PlayStation® 5. Calls on other platforms will fail.

The following format options are supported for Windows and XBOX.


For a list of supported format options for PlayStation® 5, please refer to the README-RealTimeAudioManipulation.md document distributed with the Party library package.

Requirements

Header: Party.h

See also

PartyChatControl
Last modified on August 20, 2026