This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix indentation in wavegen.c.
master
Reece H. Dunn
8 years ago
parent
9d885c89fd
commit
006bd842c3
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/libespeak-ng/wavegen.c
+ 1
- 1
src/libespeak-ng/wavegen.c
View File
@@ -727,7 +727,7 @@ int Wavegen()
for (h = 1; h < N_LOWHARM && h <= maxh2 && h <= maxh; h++)
harmspect[h] += harm_inc[h];
// bring automatic gain control back towards unity
// bring automatic gain control back towards unity
if (agc < 256) agc++;
}
Write
Preview
Loading…
Cancel
Save