refactor: optimize Clipper class with extracted clip helper method for cleaner stereo processing logic
This commit is contained in:
parent
ce7844d7af
commit
3a11f43fdc
2 changed files with 13 additions and 10 deletions
|
|
@ -13,6 +13,7 @@ public:
|
|||
|
||||
private:
|
||||
float clip_;
|
||||
float clip(const float in);
|
||||
|
||||
public:
|
||||
void setGain(float c) { clip_ = c; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue