SoundScapeRenderer / ssr

Main source code repository for the SoundScape Renderer
http://spatialaudio.net/ssr/
GNU General Public License v3.0
132 stars 52 forks source link

WFS: reference offset is not correctly applied for calculating WFS reference point #361

Open mgeier opened 1 year ago

mgeier commented 1 year ago

The reference offset has to be applied in the local coordinate system of the reference position and orientation.

Currently, it seems to be applied in the global coordinate system.

This means that the WFS signals are wrong in the presence of a reference rotation and a reference offset position (at the same time).

Since normally, the reference position/rotation is zero, we haven't noticed that when we were experimenting with the BoomRoom many years ago, but I guess the error was already there ...