Smart bypass on silence

This commit is contained in:
Mike Oliphant
2025-11-10 10:45:29 -08:00
parent b5b934d4e7
commit 42d9d8b4c3
3 changed files with 49 additions and 1 deletions
+3
View File
@@ -120,5 +120,8 @@ namespace NAM {
float inputLevel = 0;
float outputLevel = 0;
int32_t maxBufferSize = 512;
float bypassThresholdLinear = 0;
uint32_t silentSamples = 0;
bool smartBypassed = false;
};
}