AudioListener QML Type

defines the position and orientation of the person listening to a sound field defined by a AudioEngine. More...

Import Statement: import QtQuick3D.SpatialAudio

Detailed Description

A AudioEngine can have exactly one listener, that defines the position and orientation of the person listening to the sounds defined by the objects placed within the audio engine.

In most cases, the AudioListener should simply be a child of the Camera element in QtQuick3D. This will ensure that the sound experience is aligned with the visual rendering of the scene.

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