summaryrefslogtreecommitdiff
path: root/src/lib/scaler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-31 19:38:28 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-31 19:38:28 +0100
commit5d0f01f04f85280a562ac9da8f58ad0c3489f7aa (patch)
tree7b7639d407e2c2b475cdfe21669831584bc70851 /src/lib/scaler.h
parent75be8cbd1d3307ea62fe8e79543ca518f4ee7bc2 (diff)
Basic support for calculating audio gains based on the sound processor's gain curve.
Diffstat (limited to 'src/lib/scaler.h')
-rw-r--r--src/lib/scaler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/scaler.h b/src/lib/scaler.h
index 8ededfe2a..d5a83f732 100644
--- a/src/lib/scaler.h
+++ b/src/lib/scaler.h
@@ -71,7 +71,7 @@ private:
/** user-visible name for this scaler */
std::string _name;
- /** sll available scalers */
+ /** all available scalers */
static std::vector<Scaler const *> _scalers;
};