QtQuick3D.SpatialAudio QML Types

QMLのSpatial Audioタイプは、次のような基本的なユースケースをサポートしています:

  • 人が3D空間で音を聴く、
  • 3D空間に音源を配置する、
  • 直接反射やリバーブによる室内音響のサポート、
  • ステレオオーバーレイソースのサポート(サウンドトラックなど)。
  • 音場のバイノーラル(仮想3D)レンダリングによるヘッドフォン出力をサポート
  • ステレオまたはサラウンドスピーカー構成への出力をサポート

QMLタイプ

Qt Quick3D Spatial AudioのQMLタイプは、.qmlファイルの以下のimportステートメントを使ってアプリケーションにインポートすることができます:

import QtQuick3D.Audio

© 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.