diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 19:38:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 19:38:28 +0100 |
| commit | 5d0f01f04f85280a562ac9da8f58ad0c3489f7aa (patch) | |
| tree | 7b7639d407e2c2b475cdfe21669831584bc70851 /src/lib/scaler.h | |
| parent | 75be8cbd1d3307ea62fe8e79543ca518f4ee7bc2 (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.h | 2 |
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; }; |
