From 99157f149f180cfcc2e4be6a3d2a54843411e87a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 27 Apr 2021 08:04:09 -0700 Subject: Move ContextBase and VoiceChange to core --- alc/alu.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'alc/alu.h') diff --git a/alc/alu.h b/alc/alu.h index 3ca0c6b6..67c7c410 100644 --- a/alc/alu.h +++ b/alc/alu.h @@ -1,21 +1,13 @@ #ifndef ALU_H #define ALU_H -#include - -#include "aloptional.h" - struct ALCcontext; struct ALCdevice; struct EffectSlot; -#define MAX_SENDS 6 - - constexpr float GainMixMax{1000.0f}; /* +60dB */ -constexpr float SpeedOfSoundMetersPerSec{343.3f}; constexpr float AirAbsorbGainHF{0.99426f}; /* -0.05dB */ @@ -27,8 +19,6 @@ enum HrtfRequestMode { void aluInit(void); -void aluInitMixer(al::optional resampler); - /* aluInitRenderer * * Set up the appropriate panning method and mixing method given the device -- cgit v1.2.3