Struct web_audio_api::AudioListener
source · pub struct AudioListener { /* private fields */ }
Expand description
Represents the position and orientation of the person listening to the audio scene
All PannerNode
objects spatialize in relation to the BaseAudioContext’s listener.
Usage
For example usage, check the PannerNode
docs.