Browse Source

Revert "Compensate silence duration when sonic enabled"

This reverts commit 9f0b23f49e.
master
Yury Popov 2 years ago
parent
commit
7d0b6f3019
No account linked to committer's email address
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/libespeak-ng/wavegen.c

+ 0
- 4
src/libespeak-ng/wavegen.c View File

@@ -918,10 +918,6 @@ static int PlaySilence(int length, bool resume)
if (length == 0)
return 0;

#if HAVE_SONIC_H
length = (int)(length * sonicSpeed);
#endif

if (resume == false)
n_samples = length;


Loading…
Cancel
Save