Skip to content
Snippets Groups Projects
Commit 0ce8b8a4 authored by leprob001's avatar leprob001
Browse files

fix: Empirical shift has not been added to TOA when using offsets on track calculation

parent 69de714b
No related branches found
No related tags found
No related merge requests found
317
\ No newline at end of file
318
\ No newline at end of file
......@@ -62,6 +62,8 @@ if pOffsetsParameter.useOffsets
pOffsetsParameter.offsets, ...
soundsourceStruct ...
);
pToaData.toa = pToaData.toa + pToaData.empiricalShift;
end
%% Prepare data for every sound source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment