3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 20:03:48 +02:00

CR feedback

This commit is contained in:
ZappoMan 2017-03-13 12:06:38 -07:00
parent 099ee1db7f
commit 956fdd0933

View file

@ -73,7 +73,7 @@ void AudioNoiseGate::gateSamples(int16_t* samples, int numSamples) {
// to open the gate.
// NOISE_GATE_CLOSE_BLOCK_DELAY: Once the noise is below the gate height for the block, how many blocks
// will we wait before closing the gate.
// NOISE_GATE_BLOCKSS_TO_AVERAGE: How many audio blocks should we average together to compute noise floor.
// NOISE_GATE_BLOCKS_TO_AVERAGE: How many audio blocks should we average together to compute noise floor.
// More means better rejection but also can reject continuous things like singing.
// NUMBER_OF_NOISE_SAMPLE_BLOCKS: How often should we re-evaluate the noise floor?