summaryrefslogtreecommitdiffstats
path: root/include/xas
diff options
context:
space:
mode:
authorXANTRONIX Development2022-02-18 23:04:11 -0500
committerXANTRONIX Development2022-02-18 23:04:11 -0500
commit92ab0c12f3d5602e03e15ab79d1b9dc2247f3bc7 (patch)
tree73614fe4af49fc525514e429515238202dac8e4e /include/xas
parentb989e759008884e95545ad9c7f8b64da9267298c (diff)
downloadxas-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.h4
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;