hi,all:
i'm new to mosync,i wantted to dev a app with record audio function,currently,
i write a c/c++ class "OpenslAudio" to record audio in android, the class use "opensl es" to implement audio record,
unint test in android is ok,but i can not compile the class in mosync project,
my Question is:
1. mosync can link platform-special lib? for example: mosync app link android "libOpenSLES.so";
2. if mosync app can not link platform-special lib,can we use "Loadlibrary(xxx)/dlopen" wrap class to call
the platform-special dll/so function?
any suggest is wellcome!
bestregards