chore: consistant names

This commit is contained in:
Liam Kerr 2026-08-05 13:46:38 +01:00
parent 75843a7309
commit 386f8b7e54
5 changed files with 7 additions and 7 deletions

View file

@ -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,