diff options
author | XANTRONIX Development | 2022-02-18 23:04:11 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-02-18 23:04:11 -0500 |
commit | 92ab0c12f3d5602e03e15ab79d1b9dc2247f3bc7 (patch) | |
tree | 73614fe4af49fc525514e429515238202dac8e4e /include/xas | |
parent | b989e759008884e95545ad9c7f8b64da9267298c (diff) | |
download | xas-92ab0c12f3d5602e03e15ab79d1b9dc2247f3bc7.tar.gz xas-92ab0c12f3d5602e03e15ab79d1b9dc2247f3bc7.tar.bz2 xas-92ab0c12f3d5602e03e15ab79d1b9dc2247f3bc7.zip |
Ensure sample delta adjusts with object distance
Diffstat (limited to 'include/xas')
-rw-r--r-- | include/xas/spatial.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xas/spatial.h b/include/xas/spatial.h index 581543c..864770b 100644 --- a/include/xas/spatial.h +++ b/include/xas/spatial.h @@ -50,8 +50,8 @@ struct _xas_spatial_object { size_t delta_l, delta_r; - size_t shift_l, - shift_r; + ssize_t shift_l, + shift_r; xas_spatial_coord coord; xas_audio_stream *source; |