aboutsummaryrefslogtreecommitdiff
path: root/sound/rate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/rate.cpp')
-rw-r--r--sound/rate.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/rate.cpp b/sound/rate.cpp
index a30837248e..45046cb80b 100644
--- a/sound/rate.cpp
+++ b/sound/rate.cpp
@@ -192,6 +192,8 @@ the_end:
/**
* Simple audio rate converter for the case that the inrate equals the outrate.
+ * @todo This is inefficient, it would be better if this used readBuffer()
+ * instead of read().
*/
template<bool stereo, bool reverseStereo>
class CopyRateConverter : public RateConverter {