Open bgbglll opened 8 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
The reason why -v 2
does not work is #4.
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?