setListenerPosition method

void setListenerPosition(
  1. double x,
  2. double y,
  3. double z
)

Set the listener position.

Implementation

void setListenerPosition(final double x, final double y, final double z) =>
    soundBackend.listenerPosition = ListenerPosition(x, y, z);