Code style fixes
This commit is contained in:
parent
8355a8cded
commit
a321773414
3 changed files with 2 additions and 4 deletions
|
@ -59,7 +59,6 @@ inline float sampleReleaseTimeCoefficient(const unsigned int sampleRate, const f
|
|||
return std::exp(-std::log(9) / (sampleRate * releaseTimeInSecs));
|
||||
}
|
||||
|
||||
|
||||
inline void multiplySamples(float* buffer, const audioch_t& audioChannelsCount,
|
||||
const audioch_t& audioChannelNumber, const samples_t& samplesPerChannel,
|
||||
const float& multiplier)
|
||||
|
|
|
@ -9,7 +9,6 @@ using namespace mu::audio::dsp;
|
|||
|
||||
static constexpr float RATIO = 4.f;
|
||||
|
||||
|
||||
Compressor::Compressor(const unsigned int sampleRate)
|
||||
: m_filterConfig(sampleRate, RATIO),
|
||||
m_feedbackFactor(1.f) // 0 = feed forward, 1 = feed back
|
||||
|
|
Loading…
Reference in a new issue