aboutsummaryrefslogtreecommitdiff
path: root/sound/rate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/rate.cpp')
-rw-r--r--sound/rate.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/rate.cpp b/sound/rate.cpp
index 94db083225..4ab935331c 100644
--- a/sound/rate.cpp
+++ b/sound/rate.cpp
@@ -33,6 +33,8 @@
#include "sound/mixer.h"
#include "common/util.h"
+namespace Audio {
+
/**
* The precision of the fractional computations used by the rate converter.
* Normally you should never have to modify this value.
@@ -277,3 +279,5 @@ RateConverter *makeRateConverter(st_rate_t inrate, st_rate_t outrate, bool stere
return new CopyRateConverter<false, false>();
}
}
+
+} // End of namespace Audio