Hello. Big thanks in advance for any suggestions you offer. I'll start by saying I haven't written any code for this idea yet as I wanted to get your opinions first.
I'd like to be able to offer a way to record specific mp3 files where the filenames are determined from a separate text file.
For example, I'd like to have a CSV text file that lists a series of files vertically. Certain files can be 're-recorded' by the user.
For example on the browser a user would see a sequence of files:
ms1234.mp3
ms6577.mp3
vt5676.mp3
ms6787.mp3
vt6767.mp3
ms6767.mp3
All files can be played....however...the files starting with 'vt' would also be clickable and pre-recordable from the browser. This new recording is then stored in a directory on the server. Essentially, 'replacing' the old file.
This doesn't seem like it would be 'difficult' yet I'm having a hard time knowing where to start.
Any suggestions? My skills are moderate with PHP. Very appreciated.