i've made simple recorder using qt quick in order make multi platform application ( android, ios, desktop).
i've used qt multimedia library record , play sounds. worked in desktop when deploy on android i'm still able record when hit play, returns
resourceerror
and error message is
"attempting play invalid resource"
please can me? codec should use ?
could try add multimedia library below?
qt += qml quick widgets multimedia i don't know why, encountered same problem when using qml audio.
it works on osx without 'multimedia', needed on android.
i hope these can you.
Comments
Post a Comment