rhdunn / klatt

derivative of the klatt 3.04 synthesizer
http://reecedunn.co.uk/klatt
GNU General Public License v3.0
37 stars 9 forks source link

Synthesized example. #3

Open bgbglll opened 8 years ago

bgbglll commented 8 years ago

Example1.par and example2.par generate waveforms are just noise or my operation is wrong?? Is there an example to generate a vowel, word or sentence?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/35663994-synthesized-example?utm_campaign=plugin&utm_content=tracker%2F254965&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F254965&utm_medium=issues&utm_source=github).
SadaleNet commented 7 years ago

I've figured out how to make it synth the example1.par and example2.par.

It's the -v flag. -v 2 doesn't work, while -v 1 works.

Here's the command for synthing example2.par in linux. It doesn't sound quite good. :(

klatt -i example2.par -r 1 -s 10000 -f 5 -v 1 | aplay -r 10000 -c 1 -f S16_BE

chdh commented 5 years ago

The reason why -v 2 does not work is #4.