SPTK icon indicating copy to clipboard operation
SPTK copied to clipboard

Is there an optimized version of SPTK for android platform?

Open attitudechunfeng opened this issue 7 years ago • 4 comments

attitudechunfeng avatar Dec 25 '17 08:12 attitudechunfeng

No. However, SPTK is writter in C and I think it should work on android.

r9y9 avatar Dec 25 '17 09:12 r9y9

You're right, it can well work on android. However, its speed is about 10 times slower than on PC, especially the post filter part when synthesizing audio. The speed of world on android is also very slow. This now confuses me.

attitudechunfeng avatar Dec 25 '17 09:12 attitudechunfeng

@attitudechunfeng Have you get a clue about how to use or optimized the SPTK or world on android?

megazone87 avatar Aug 22 '18 06:08 megazone87

@songmeixu in fact, both SPTK and world can run on android for they're both written in c/c++. But the speed is somehow slower than PC. In my test, the main bottleneck of speed is world and model part. For world part, you can use multi threads. And for model part, you need a fast forward framework.

attitudechunfeng avatar Aug 22 '18 08:08 attitudechunfeng