I have N MP3 files (N files for example). I need to superimpose, or mix them into one. Is there a special LAME function for performing such an operation?
feedback
|
migrated from stackoverflow.com Mar 29 '10 at 3:16
This question came from our site for professional and enthusiast programmers.
|
LAME is the wrong tool for mixing -- mixing isn't encoding. Do the mixing with a tool such as sox, then encode the mixed stream with LAME. | |||
|
feedback
|
|
Use Audacity to mix them, and Audacity will then use the LAME encoder to encode the mixed audio as MP3. | ||||
|
feedback
|