JeremyCCHsu / Python-Wrapper-for-World-Vocoder

A Python wrapper for the high-quality vocoder "World"
MIT License
724 stars 122 forks source link

ENH: release global interpreter lock #101

Open sabonerune opened 2 weeks ago

sabonerune commented 2 weeks ago

Release GIL when execute Synthesis CheapTrick Dio Harvest D4C StoneMask.

Update World. NOTE: Updating the world is necessary to prevent a data race in randn().

Other small optimizations.

sabonerune commented 1 week ago

python setup.py does not build correctly. Please use pip or build. ref: https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html