Qt Spatial Audio Module C++ Classes

모듈은 Qt Spatial Audio 모듈은 3D 오디오를 위한 기능을 제공합니다. 더 보기...

클래스

QAmbientSound

스테레오 오버레이 사운드

QAudioEngine

3차원 음장 관리

QAudioListener

QAudioEngine에 의해 정의된 음장을 듣는 사람의 위치와 방향을 정의합니다.

QAudioRoom

QSpatialSound

3D 공간의 사운드 객체

자세한 설명

모듈 사용하기

Qt 모듈을 사용하려면 직접 또는 다른 종속성을 통해 모듈 라이브러리에 연결해야 합니다. CMakeqmake를 비롯한 여러 빌드 도구에서 이를 지원합니다.

CMake로 빌드하기

find_package() 명령을 사용하여 Qt6 패키지에서 필요한 모듈 컴포넌트를 찾습니다:

find_package(Qt6 REQUIRED COMPONENTS SpatialAudio)
target_link_libraries(my_project PRIVATE Qt6::SpatialAudio)

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.