chore: consistant names
This commit is contained in:
parent
75843a7309
commit
386f8b7e54
5 changed files with 7 additions and 7 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
class Gain {
|
||||
public:
|
||||
Gain(float init_gain = 1.0f);
|
||||
Gain(float initGain = 1.0f);
|
||||
|
||||
void process(const float *in, float *out, uint32_t frames);
|
||||
void processStereo(const float *inLeft, const float *inRight, float *outLeft,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue