ListenerType

Defines where and how the listener is positioned when picking up spatial audio. Used in SoundService.SetListener and SoundService.GetListener.

Items

NameValueSummary
Camera0

Uses the world CFrame of workspace.CurrentCamera.

CFrame1

Uses a specified world CFrame.

ObjectPosition2

Uses the world position of an instance and the rotation of workspace.CurrentCamera.

ObjectCFrame3

Uses the world CFrame from an instance.

On this page