QtQuick3D.SpatialAudio QML Types▲
The QML types Spatial Audio support the basic use cases such as:
- 
					have a person listening to sounds in 3D space, 
- 
					place sound sources in 3D space, 
- 
					support room acoustics with direct reflections and reverb, 
- 
					support stereo overlay sources (e.g. for sound tracks). 
- 
					support output to Headphones using binaural (virtual 3D) rendering of the sound field 
- 
					support output to stereo or surround speaker configurations 
QML Types▲
Qt Quick3D Spatial Audio QML types can be imported into your application using the following import statement in your .qml file:
import QtQuick3D.Audio



