mmorise / World

A high-quality speech analysis, manipulation and synthesis system
http://www.kisc.meiji.ac.jp/~mmorise/world/english
Other
1.17k stars 251 forks source link

Missing codec.cc in makefile #93

Closed takenori-y closed 4 years ago

takenori-y commented 4 years ago

codec.cc is not described in makefile nor win.vcxproj. Is there any reason for that? The functions in codec.cc seems to be beneficial for processing aperiodicity.

mmorise commented 4 years ago

The main reason is that the codec is not necessary for simple speech analysis/synthesis processing. There is an example in "examples/codec_test."

takenori-y commented 4 years ago

I see. Thank you for answering.