Skip to content
Advertisement

Tag: mp3

PHP Download MP3 files from directory on server

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

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.

Advertisement