Wwise SDK 2023.1.10
|
이 페이지는 Mac에서 Wwise SDK를 사용할 때 필요한 정보를 담고 있습니다.
The libraries and other binaries provided in the Wwise SDK for the Mac platform are built against a variety of Xcode toolchains, with different folders for each version. The folder naming convention is Mac_Xcode$
(XCODE_VERSION_MAJOR)
, where $
(XCODE_VERSION_MAJOR)
is a built-in variable provided by Xcode in the following format: XX00. For example, for Xcode version 15.2, $
(XCODE_VERSION_MAJOR)
is 1500
, so the folder name is Mac_Xcode1500
.
All minor versions of Xcode are compatible if the major version matches. For example, an application built against Xcode 15.2 is compatible with Wwise libraries built against Xcode 15.0 (1500).
![]() | 참고: Audiokinetic does not provide precompiled libraries for every Xcode release. Starting with Xcode 14, binaries compatible with stable releases of every major Xcode version are provided. Support for previous Xcode major versions will be removed when Apple's App Store stops accepting submissions for it. |
Wwise 3D Audio는 macOS에서 지원됩니다. 이는 Apple의 Spatial Audio 기술(Wwise Spatial Audio와 혼동에 유의)을 사용하여 구현되었으며 헤드폰 출력용으로 설계되었습니다. Wwise 3D 오디오는 공간화된 베드, 패스 스루 믹스 및 다양한ㄴ 시스템 오디오 오브젝트를 지원합니다.
Unlike other platforms supporting 3D audio, Apple platforms do not have a user preference for Spatial Audio in the operating system that applies to interactive audio applications. Therefore, the 3D audio pipeline in Wwise will be activated if the following requirements are met:
AkOutputSettings::ePanningRule
is set to AkPanningRule_Headphones
.![]() | 참고: 3D audio support is not available in Wwise Authoring on Mac. |
We recommend that you add an in-game setting so that the user can choose whether to use 3D audio, and alternate between two Audio Device ShareSets based on this setting.
Upon initialization, if 3D audio is activated, the main mix is configured as 5th-order ambisonic, unless otherwise indicated by the Audio Device's Main Mix Configuration for Binauralization property.
If the Audio Device's Allow System Audio Objects property is enabled, then the number of system audio objects supported by the sink is determined by AkPlatformInitSettings::uNumSpatialAudioPointSources
.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요