버전
menu_open
경고 : 이 페이지에서 보호된 일부 정보가 표시되지 않았습니다.
특정 플랫폼의 라이선스 사용자일 경우 로그인하셨는지 확인해 주세요.
Wwise SDK 2023.1.3
플랫폼별 오디오 출력

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

참고: Wwise는 모든 플랫폼에서 항상 PCM 신호를 출력합니다.

Windows

기본적으로 Windows에서 Wwise는 시스템 기본 설정 장치의 환경 설정을 따릅니다. You can override the default configuration by changing AkInitSettings::settingsMainOutput before calling AK::SoundEngine::Init().

기본적으로 Wwise는 48 kHz 샘플 레이트로 출력합니다. AK::SoundEngine::Init() 를 호출할 때 AkPlatformInitSettings::uSampleRate 를 설정하면 이 샘플 레이트를 오버라이드할 수 있습니다.

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. Windows에서의 3D Audio 사용에 대한 더 자세한 내용은 3D Audio 활성화 를 참고하세요.

작은 정보: To change the default device configuration on Windows:
  • 시스템 트레이의 Speaker 아이콘을 우클릭
  • 'Playback Devices' 선택
  • 'Sound' 패널에서 사용하고자 하는 장치 선택 ('Set Default'를 이용해 기본 설정 변경)
  • 'Configure'를 클릭해 선택한 장치의 환경 설정
작은 정보: Wwise Authoring Tool(와이즈 저작 도구)을 사용할 때는 'Audio' 메뉴를 이용해 특정 환경 설정을 강제 적용할 수 있습니다. 더 많은 정보는 사용 안내서를 참고하세요.

Mac

기본적으로 Mac에서 Wwise는 시스템 기본 설정 장치의 환경 설정을 따릅니다. 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는 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 Apple Spatial Audio를 이용한 3D 오디오 지원.

작은 정보: Mac OS에서 기본 장치 환경 설정을 변경하려면 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. AK::SoundEngine::Init() 를 호출할 때 AkPlatformInitSettings::uSampleRate 를 설정하면 이 샘플 레이트를 오버라이드할 수 있습니다.

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 Apple Spatial Audio를 이용한 3D 오디오 지원.

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.
  • When Android Spatial audio is enabled, Wwise outputs a multichannel 7.1.4 signal unless a mono or stereo configuration is specified in AkOutputSettings.

Android Spatial audio can only be enabled when Allow 3D Audio is enabled on the System Audio Device and Android Spatial audio is enabled on the device (Android OS 13 and up).

기본적으로 Wwise는 48 kHz 샘플 레이트로 출력합니다. AK::SoundEngine::Init() 를 호출할 때 AkPlatformInitSettings::uSampleRate 를 설정하면 이 샘플 레이트를 오버라이드할 수 있습니다.

Linux

Linux에서 Wwise는 항상 스테레오나 5.1 신호를 출력합니다.

기본적으로 Wwise는 48 kHz 샘플 레이트로 출력합니다. AK::SoundEngine::Init() 를 호출할 때 AkPlatformInitSettings::uSampleRate 를 설정하면 이 샘플 레이트를 오버라이드할 수 있습니다.


이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요