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
Revert "Compensate silence duration when sonic enabled"
This reverts commit
9f0b23f49e
.
master
Yury Popov
3 years ago
parent
6ffdb44520
commit
7d0b6f3019
No account linked to committer's email address
1 changed files
with
0 additions
and
4 deletions
Unified View
Show Diff Stats
0
4
src/libespeak-ng/wavegen.c
+ 0
- 4
src/libespeak-ng/wavegen.c
View File
if (length == 0)
if (length == 0)
return 0;
return 0;
#if HAVE_SONIC_H
length = (int)(length * sonicSpeed);
#endif
if (resume == false)
if (resume == false)
n_samples = length;
n_samples = length;
Write
Preview
Loading…
Cancel
Save