This commit is contained in:
Miloslav Ciz 2023-03-31 16:30:24 +02:00
parent 0707639560
commit 93e58a61af
8 changed files with 30 additions and 9 deletions

View file

@ -51,7 +51,7 @@ double speech(double t, double fundamental, double offset,
/* now generate harmonics (multiples of fundamental frequency) as the source,
and multiply them by the envelope given by formants (no need to deal with
multiplication of spectra; as we're constructing the result from basic
frequencies, we can simply multiply each by one directly): */
frequencies, we can simply multiply each one directly): */
while (1)
{
double f = harmonic * fundamental;