Hello! I wanted to ask for some help on a recording function based app I was trying to make. I basically want to make an app that could store two or three sound files on a cloud database, allow for another (or yourself) to retrieve all three (or more) sound files, and play all of them at the same time, simultaneously.
The workflow I have in mind is this:
- start/stop recording: records the sound and saves it as a 3gp file
- (don't have this button yet but) press a button to upload the file to a database
- (don't have this button yet but) press a button to retrieve all sound files from said database
- press play button to play them all simultaneously (over one another)
I currently have only the record/stop/save/play function working, and I have no idea how I should continue with this idea. Any help (a sense of direction, what features I should look into e.x. firebase, or any detailed instructions to help me achieve this goal) is welcome. Also, if such a function wouldn't even be possible in AppInventor, then please let me know. Thank you so much for everyone's help.