And now when I try to record audio, I get the following error
There is a bug - the space between My and Documents in the file path.
Set your own file path with saveRecording block
how to do that? The android version i'm using is android 11.0 And also I don't understand what you mean by the SavedRecording. Can you show me with the blocks please!
You will need a File component (in order to define the package name) and a clock component (to set the time in millis to the filename, to prevent overwriting)
This should give you a file path like this:
/storage/emulated/0/Android/data/<packageName>/files/myRecording-812397198472934.3gp
1 Like
Thank you so much for the help! It worked!
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.