From 670c88a64c87c23a505d941ea7e72785918d304c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 15 Feb 2012 12:26:19 -0800 Subject: Define a minimum output sample rate and warn if the config option goes below it --- OpenAL32/Include/alMain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 1f10d639..edfe9f64 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -377,6 +377,7 @@ extern "C" { #define DEFAULT_OUTPUT_RATE (44100) +#define MIN_OUTPUT_RATE (8000) #define SPEEDOFSOUNDMETRESPERSEC (343.3f) #define AIRABSORBGAINHF (0.99426f) /* -0.05dB */ -- cgit v1.2.3