![]() |
How to get SPTK on python? - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: How to get SPTK on python? (/thread-32240.html) |
How to get SPTK on python? - Seadust - Jan-29-2021 Hello! I am going to be using tensorflow and SPTK to make a Vocal Synthesis Program. But I know tensorflow has a download how would I obtain SPTK on python? I would really appreciate help for this!! thank you in advance!! RE: How to get SPTK on python? - Larz60+ - Jan-29-2021 Assuming you already have SPTK installed on your system: pip install pysptk Documentation: https://pysptk.readthedocs.io/en/latest/ You can download as PDF from this page if you'd like. If you don't already have SPTK installed, this page will help with that: http://sp-tk.sourceforge.net/ |