Question:
Can you modify files with front-end code?(mp3/vids/etc)?
?
2016-03-08 04:04:12 UTC
Is it possible for example to upload a song on a webpage, modify it as in, adding sounds, increase it's length, cut parts etc, then save the newly "remixed" version with code like html,php, js, others? if yes please shed some light over me :) thank you
Three answers:
?
2016-03-08 07:36:55 UTC
As long as the front-end code is calling backend code, sure. You'd call JavaScript functions that use AJAX calls to run PHP scripts, which do stuff to the file, then return the result. The AJAX callback can handle the result and show new values, or reload a div's content or whatever.



I suppose you could find a PHP audio library to handle the actual file editing.
?
2016-03-08 10:05:54 UTC
Yes you can. More or less similar to Smule app. or you can use Youtube's video editor.
keerok
2016-03-08 04:55:22 UTC
Yes it can be done. No you don't know what you're doing.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...