mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
missed one
This commit is contained in:
parent
87dbfa7e47
commit
722e88253d
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ public:
|
||||||
LimiterStereo(int sampleRate) : LimiterImpl(sampleRate) {}
|
LimiterStereo(int sampleRate) : LimiterImpl(sampleRate) {}
|
||||||
|
|
||||||
// interleaved stereo input/output
|
// interleaved stereo input/output
|
||||||
void process(float* input, int16_t* output, int numFrames);
|
void process(float* input, int16_t* output, int numFrames) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<int N>
|
template<int N>
|
||||||
|
|
Loading…
Reference in a new issue