What I have running:
MMF2.5DEV Version 293.6 ( BETA )
Android Exporter ( August 23, 2021 )
AndroidMicrophone_V2.1_AndroidX
Here is the Issue I am facing now. I managed to get everything up and running creating ANDROID 11 .apks on API 31.
PROBLEM:
Prior to the AndroidX Update and using the older Android Microphone Object. I had no issues. Recorded great in .3gp and played back great.
I could even link it to the ANDROID VIDEO object and playback the audio that way.
Now the Device with the latest Android Microphone Object, refuses to Record Anything. I tried a few different ways thinking maybe the way you save to the device might have changed, but no way has worked yet to record audio.
1) "TEST.ogg" - This worked Prior for a Recording Directory. The file would show up in the internal storage of the device.
2) ExternalStorageDirectory$( "Android object" )+"test.3gp" - Never tried before but works great with the FILE Object for Creating Folders. Which, the File Object has no issue making folders.
3) ExternalStorageDirectory$( "Android object" )+"/" + "test.3gp" - Again never tried before as I never had an issue with saving an Audio File.
Any help here would be great. Thank you!
P.s. Yes, I am trying yet again to get everything up and working on MMF2.5DEV, thanks to google changing everything weekly.