Python Forum
Python Forum
>
Python Coding
>
General Coding Help
> How to get SPTK on python?
Full Version:
How to get SPTK on python?
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Seadust
Jan-29-2021, 06:39 PM
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!!
Larz60+
Jan-29-2021, 07:45 PM
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/
Python Forum
>
Python Coding
>
General Coding Help
> How to get SPTK on python?