I want to merge two MP3 files into one mp3 file. For example if 1 file is 1min and the second file is 30 seconds the output should be one minute that should play both files in one minute.
First of all, In order to manipulate two raw presentations, you need two audio files Join ; Since An MP3 file is compressed , you do not have direct access to the raw representation of the signal. You need to decode the compressed MP3 stream to "understand" the waveform form of your audio signal and then you will be able to blend them. In this way, two compressed audio files need a single compressed audio file, the following steps: More information can get aboud MP3 decoder.
No comments:
Post a Comment