From 92ab0c12f3d5602e03e15ab79d1b9dc2247f3bc7 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Fri, 18 Feb 2022 23:04:11 -0500 Subject: Ensure sample delta adjusts with object distance --- include/xas/spatial.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/xas') 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; -- cgit v1.2.3