mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
Lots of little cosmetic cleanups
This commit is contained in:
@@ -86,7 +86,7 @@ static __inline__ void overlap_add(int16_t amp1[], int16_t amp2[], int len)
|
||||
int i;
|
||||
float weight;
|
||||
float step;
|
||||
|
||||
|
||||
step = 1.0f/len;
|
||||
weight = 0.0f;
|
||||
for (i = 0; i < len; i++)
|
||||
|
Reference in New Issue
Block a user