Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquick3daudio-qml-types.qdoc
Go to the documentation of this file.
1// Copyright (C) 2015 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\qmlmodule QtQuick3D.Audio
6\title QtQuick3D.SpatialAudio QML Types
7\ingroup qmlmodules
8\brief Provides QML types for spatial audio in Qt Quick 3D.
9
10The QML types Spatial Audio support the basic use cases such as:
11\list
12 \li have a person listening to sounds in 3D space,
13 \li place sound sources in 3D space,
14 \li support room acoustics with direct reflections and reverb,
15 \li support stereo overlay sources (e.g. for sound tracks).
16 \li support output to Headphones using binaural (virtual 3D) rendering of the sound field
17 \li support output to stereo or surround speaker configurations
18\endlist
19
20\section1 QML Types
21
22Qt Quick3D Spatial Audio QML types can be imported into your application using the
23following import statement in your .qml file:
24
25\qml \QtMinorVersion
26import QtQuick3D.Audio
27\endqml
28
29\generatelist qmltypesbymodule QtQuick3D.Audio
30
31\noautolist
32*/