mrtrizer / UnityPiper

Offline text to speech inside Unity
MIT License
19 stars 3 forks source link

Does it support Android? #3

Closed rasekoli closed 2 months ago

rasekoli commented 4 months ago

This is a very cool text-to-speech project! I got it working on Windows, but I am struggling with Android. I suppose it is not supported, can you please confirm?

Thanks!

mrtrizer commented 2 months ago

Well, I think you can get it working if you build it for android, the problem is that the original lib doesn't have dll build target in the CMake and I had to add it, with it I guess you can to build it for arm v7 with android NDK and drop the library to the plugins