gillesdegottex / pulsemodel

Pulse Model vocoder
Apache License 2.0
41 stars 7 forks source link

Use WORLD vocoder spec env #12

Closed gillesdegottex closed 7 years ago

gillesdegottex commented 7 years ago

done in v1.1.0

ljuvela commented 7 years ago

When first trying to build with make build_pyworld I was getting pyworld/pyworld.cpp:451:29: fatal error: world/synthesis.h: No such file or directory

To fix this, I went to external/pyworld and ran git submodule update --init This should be handled automatically?

gillesdegottex commented 7 years ago

--recursive was missing. Thanks!