I am attempting to download MP3 files to the user computer located in a directory named “songs” on the server. I have been able to run a script which downloads these files through the browser. However, these files download strictly as text with .mp3 extension. I want these files to be playable mp3 files upon downloading from the server. Here
Tag: mp3
How to mix/merge 2 mp3 files in PHP?
I need a tool to join 2 mp3 files in 1. The first file ( background ) will be some sound ( music, submitted by user ), second file will be a machine (google) speaking text, which was submitted ( by user ). In output I need a single mp3 file, with background music and speaking robot text playing together.
Download tracks from Soundcloud via their API
I have around 1000 liked tracks on Soundcloud and I’d like to download the ones available for download. Is it possible to use the API to download these where a download option is available? Thanks …