festvox / flite

A small fast portable speech synthesis system
Other
879 stars 190 forks source link

Fix writing missing coefficient #52

Closed zeehio closed 4 years ago

zeehio commented 4 years ago

There are 48 coefficients. This while loop should write the first 47 (indices [0...46]) and the final coefficient is written after the while statement.