aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-02-15 12:26:19 -0800
committerChris Robinson <[email protected]>2012-02-15 12:26:19 -0800
commit670c88a64c87c23a505d941ea7e72785918d304c (patch)
tree6cad50daa9c8ad8ddac4c81acd952e0106137434 /OpenAL32
parent425ff7cb00c3666e87ec5dbdbf3a65c9a77d9266 (diff)
Define a minimum output sample rate and warn if the config option goes below it
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h1
1 files changed, 1 insertions, 0 deletions
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 */