From d67cba99bd97d42e7e52c6dfd7a08c288b1539c0 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 8 Apr 2020 10:15:43 -0700 Subject: Clean up some more unnecessary uses of AL types --- alc/uhjfilter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alc/uhjfilter.h') diff --git a/alc/uhjfilter.h b/alc/uhjfilter.h index 88d30351..e88048e1 100644 --- a/alc/uhjfilter.h +++ b/alc/uhjfilter.h @@ -8,7 +8,7 @@ struct AllPassState { - ALfloat z[2]{0.0f, 0.0f}; + float z[2]{0.0f, 0.0f}; }; /* Encoding 2-channel UHJ from B-Format is done as: @@ -40,7 +40,7 @@ struct Uhj2Encoder { AllPassState mFilter1_Y[4]; AllPassState mFilter2_WX[4]; AllPassState mFilter1_WX[4]; - ALfloat mLastY{0.0f}, mLastWX{0.0f}; + float mLastY{0.0f}, mLastWX{0.0f}; /* Encodes a 2-channel UHJ (stereo-compatible) signal from a B-Format input * signal. The input must use FuMa channel ordering and scaling. -- cgit v1.2.3