mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-23 08:24:44 +01:00
maybe a macos compilation fix idk
This commit is contained in:
parent
1dddbadd04
commit
fd5970b35a
@ -60,7 +60,7 @@ namespace dsp::audio {
|
|||||||
if (lvl.l > maxLvl.l) { maxLvl.l = lvl.l; }
|
if (lvl.l > maxLvl.l) { maxLvl.l = lvl.l; }
|
||||||
if (lvl.r > maxLvl.r) { maxLvl.r = lvl.r; }
|
if (lvl.r > maxLvl.r) { maxLvl.r = lvl.r; }
|
||||||
}
|
}
|
||||||
stereo_t maxLvlDB = { 20.0 * log10f(maxLvl.l), 20.0 * log10f(maxLvl.r) };
|
stereo_t maxLvlDB = { 20.0f * log10f(maxLvl.l), 20.0f * log10f(maxLvl.r) };
|
||||||
|
|
||||||
// Update max level
|
// Update max level
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user