Click here to Skip to main content
15,896,493 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Guys,
I am new to c# and interested in music little bit. Can anyone help me in editing mp3 files using c#. I want to change the attributes of a mp3 file like woofer sound, bass etc. and want to merge 5-7 music files with a common tuning at back.
Please help me!
Thanks,
Akky
Posted
Comments
Sergey Alexandrovich Kryukov 15-Jan-13 22:14pm    
Just a hint: this is not how mp3 works... :-)
—SA

1 solution

What you want to do is no even near to an easy thing to do :)

You may need to write lot of lines of code and you need to understand digital wave format completely. It is no like a function to add an effect of merge different files and so on. MP3 is nothing except a compressor for WAVE data. Your main mission starts with WAVE after decompressing of MP3.
But any way,I strongly recommend using of a Library. It can help you a lot and all of them have active developers and forums for support and help. For example personally I recommend "BASS Audio Library".
http://www.un4seen.com/[^]

This library have different plugins like "BASSmix" and "BASS FX" that can approach some of functionalists you expect.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900