37QAudioListener::QAudioListener(QAudioEngine *engine) : QObject(*
new QAudioListenerPrivate)
43 auto *ed = QAudioEnginePrivate::get(d->engine);
44 bool hasListener = ed->listenerPosition().has_value();
46 qWarning() <<
"Ignoring attempt to add a second listener to the spatial audio engine.";
49 ed->setListenerPosition(d->pos);