Qt Spatial Audio Module C++ Classes
モジュールは Qt Spatial Audioモジュールは3Dオーディオの機能を提供する。詳細...
クラス
ステレオ・オーバーレイ・サウンド | |
3次元音場の管理 | |
QAudioEngineによって定義された音場を聴く人の位置と方向を定義する | |
3D空間のサウンドオブジェクト |
詳細説明
モジュールの使用
Qt モジュールを使用するには、モジュールライブラリを直接リンクするか、他の依存関係を介してリンクする必要があります。CMakeや qmakeなど、いくつかのビルドツールはこのための専用サポートを持っています。
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.