Browse Source

git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@120 d46cf337-b52f-0410-862d-fd96e6ae7743

master
jonsd 17 years ago
parent
commit
d3fb0cf9b2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/voices.cpp

+ 1
- 0
src/voices.cpp View File

@@ -387,6 +387,7 @@ void VoiceReset(int tone_only)
// adjust formant smoothing depending on sample rate
formant_rate[pk] = (formant_rate_22050[pk] * 22050)/samplerate;
}
voice->height[2] = 240; // reduce F2 slightly

// This table provides the opportunity for tone control.
// Adjustment of harmonic amplitudes, steps of 8Hz

Loading…
Cancel
Save