Local Test mode

Instead of sending the sound through the network, it can be routed directly to the playback device, allowing the user to get immediate audible feedback, for example to configure some sound settings.

unsigned int ts3client_setLocalTestMode(uint64 serverConnectionHandlerID, int status)

Route captured audio directly to the playback device rather than through the network.

Enable or disable local test mode. Enabling will no longer send audio data to the server, instead it will be routed directly to the playback device. This allows a user to receive direct feedback from their own audio transmission, allowing easier adjustments to audio settings.

Parameters:
  • serverConnectionHandlerID – the connection handler on which to enable or disable test mode. Determines the audio devices used.

  • status – Boolean value either enabling test mode or disabling it.

Returns:

An Error code from the Ts3ErrorType enum indicating either success or the failure reason