-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Planning to attempt porting it to native C++ #117
Comments
Cython and NumPy should work on windows without significant effort IMO. That being said, I understand that there are some demands on C++ implementation for embedded applications. |
In typical DNN-based parametric TTS systems, linear interpolation is used to interpolate F0s for unvoiced regions. There's some work using spline interpolation but I think linear interpolation is good enough in my experience. |
My concern was more because of iOS for instance that has high restrictions on python and co, also the issue on windows is that scipy and all struggle to compile with mingw and require the proprietary visual studio compiler |
Hi, any progress on this? |
I ended up stopping it for the time being simply because the mathematics it used were too high level for me. I probably will need to wait until I enter a university to learn the required maths. |
Hi, just wanted to let you know that i'm thinking about working on porting the code of this and sinsy to C++ on my own in order to make it easier to integrate to projects
If I end up getting it working i could send updates about it
because right now the dependencies with cython + numpy etc make it hard to port to other platforms than linux
The text was updated successfully, but these errors were encountered: