tihu-nlp / tihu-native

Persian text-to-speech on web and mobile using expo react-native
9 stars 3 forks source link

Requesting data from server? #5

Closed b00f closed 4 years ago

b00f commented 4 years ago

Are you going to have a native android(?) app which gets data (audio) from a server? Good idea!

shotor commented 4 years ago

thanks :) yeah, I couldn't find an app on the app stores that did this. So I decided to build one, then found your library.

the output will be two apps: android and ios. They're both built from one code base using react-native, which gives javascript bindings to native code. So hopefully I can write the whole thing in javascript.

Only tricky part is calling the grpc server, which I might have to write a native module for.

b00f commented 4 years ago

Later we need to improve the performance of Tihu, which we can incerease it by simple changes in the code.