menu
 
Version
2024.1.4.8780

2024.1.4.8780

2023.1.12.8706

2022.1.18.8567

2021.1.14.8108

2019.2.15.7667

2019.1.11.7296

2018.1.11.6987

2017.2.10.6745

2017.1.9.6501

2016.2.6.6153

2015.1.9.5624


menu_open
Avertissement : certains renseignements protégés ne sont pas affichés sur cette page.
Assurez-vous d'être connecté si vous êtes un utilisateur avec une license pour des plateformes en particulier.
Wwise SDK 2024.1.4
Audio Output on Platforms

This section explains how Wwise sets up its audio pipeline for each platform.

infoNote: In all platforms, Wwise always outputs a PCM signal.

Windows

By default on Windows, Wwise takes the system default device's configuration. You can override the default configuration by changing AkInitSettings::settingsMainOutput before calling AK::SoundEngine::Init().

By default, Wwise outputs at a sample rate of 48 kHz. You can override this sample rate by setting AkPlatformInitSettings::uSampleRate when calling AK::SoundEngine::Init().

When Allow 3D Audio is enabled on the System Audio Device, Wwise can also output a 7.1.4 main mix, an optional stereo passthrough mix, and discrete Audio Objects. For more information on 3D Audio on Windows, see Enabling 3D Audio.

check_circleTip: To change the default device configuration on Windows:
  • Right-click the Speaker icon in the system tray
  • Select 'Playback Devices'
  • In the 'Sound' panel, select the device you want to use (use 'Set Default' to change the default.)
  • Click 'Configure' to change the configuration for the selected device
check_circleTip: When using the Wwise Authoring tool, you can force a specific configuration by using the 'Audio' menu. Please refer to the user documentation for more information.

Mac

By default on Mac, Wwise takes the system default device's configuration. You can override the default configuration by changing AkInitSettings::settingsMainOutput before calling AK::SoundEngine::Init(). Only Mono, Stereo, 5.1, and 7.1 are supported. If the audio device is incapable of outputting the requested configuration, Wwise will ignore the request and use the device's default configuration.

By default, Wwise outputs at a sample rate of 48 kHz. You can override this sample rate by setting AkPlatformInitSettings::uSampleRate before calling AK::SoundEngine::Init().

When Allow 3D Audio is enabled on the System Audio Device, Wwise will use Apple Spatial Audio to output a multichannel mix regardless of the audio device configuration. For more information on 3D Audio on macOS, see 3D audio support using Apple Spatial Audio.

check_circleTip: To change the default device configuration in Mac OS, go to Applications/Utilities/Audio MIDI Setup.

iOS/tvOS/visionOS

By default on iOS and visionOS, Wwise outputs a stereo signal, and the primary output device will also use a default panning rule of AkPanningRule_Headphones. On tvOS, Wwise takes the system's default configuration and will use a default panning rule of AkPanningRule_Speakers.

On iOS/tvOS/visionOS, you can override the default configuration by changing AkInitSettings::settingsMainOutput before calling AK::SoundEngine::Init(). Only Mono, Stereo, 5.1, and 7.1 are supported. If the audio device is incapable of outputting the requested configuration, Wwise will ignore the request and use the device's default configuration.

Wwise will detect the default sample rate of the Audio Session when AK::SoundEngine::GetDefaultPlatformInitSettings is called. You can override this sample rate by setting AkPlatformInitSettings::uSampleRate when calling AK::SoundEngine::Init().

When Allow 3D Audio is enabled on the System Audio Device, Wwise will use Apple Spatial Audio to output a multichannel mix regardless of the audio device configuration. For more information on 3D Audio on iOS/tvOS/visionOS, see 3D audio support using Apple Spatial Audio.

Android

On Android, the primary output device will use a default panning rule of AkPanningRule_Headphones regardless of Spatial audio configuration.

  • When Android Spatial audio is disabled, Wwise always outputs a stereo signal, except if mono is specified in AkOutputSettings.
  • When Android Spatial audio is enabled, Wwise outputs a multichannel signal.
infoNote: If a channel configuration other than 5.1.4 or 7.1.4 is specified in AkOutputSettings, Spatial audio will be disabled and Wwise will fall back to stereo output.

For more information on 3D Audio on Android and the conditions it requires, see 3D Audio Support.

By default, Wwise outputs at a sample rate of 48 kHz. You can override this sample rate by setting AkPlatformInitSettings::uSampleRate when calling AK::SoundEngine::Init().

OpenHarmony

On OpenHarmony, the primary output device uses a default panning rule of AkPanningRule_Headphones.

By default, Wwise outputs at a sample rate of 48 kHz. You can override this sample rate by setting AkPlatformInitSettings::uSampleRate when calling AK::SoundEngine::Init().

Linux

On Linux, Wwise outputs a stereo or 5.1 signal.

By default, Wwise outputs at a sample rate of 48 kHz. You can override this sample rate by setting AkPlatformInitSettings::uSampleRate when calling AK::SoundEngine::Init().


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise