menu
Wwise
arrow_drop_down
Strata
arrow_drop_down
Solutions
arrow_drop_down
Apprendre
arrow_drop_down
Communauté
arrow_drop_down
Documentation
arrow_drop_down
Aide
arrow_drop_down
2024.1.3.8749
2023.1.11.8682
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
Wwise SDK 2022.1.18
|
This section explains how Wwise sets up its audio pipeline for each platform.
info | Note: In all platforms, Wwise always outputs a PCM signal. |
By default on Windows, Wwise takes the system default device's configuration. You can override the default configuration by setting the AkPlatformInitSettings::uChannelMask
when 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_circle | Tip: To change the default device configuration on Windows:
|
check_circle | Tip: 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. |
By default on Mac, Wwise takes the system default device's configuration. You can override the default configuration by setting the AkPlatformInitSettings::uChannelMask
when 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()
.
check_circle | Tip: To change the default device configuration in Mac OS, go to Applications/Utilities/Audio MIDI Setup. |
On iOS, Wwise always outputs a stereo 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()
.
On Android, Wwise always outputs a stereo 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()
.
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()
.
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()
.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise