|
Description: |
I want an automated program, that MERGES' (that's mix, not append, not combine) two .mp3 files.
each file has a name. adam.mp3, dave.mp3, jo.mp3
in another directory i have the surnames.. smith.mp3, clarkson.mp3
I want a result that mixes all .mp3s to a seperate directory, each file is now called.. adam smith.mp3 adam clarkson.mp3, dave smith, dave clarkson, jo smith.mp3. jo clarkson.mp3 etc etc etc!
MP3s(A) MP3s(B) mix together batch program to MP3s(A+B)
10 files in (A), 10 files in (B), results in 100 files in (C).
|