Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Manipulating mp3 files

Status
Not open for further replies.

lonechicken

Programmer
Joined
Sep 25, 2001
Messages
18
Location
US
There are a couple of free/share programs out there that can change the volume (mp3gain) or truncate (mptrim) without re-encoding mp3 files. Therefore, not affecting their quality. Anyway, I'm trying to figure out and learn how to do this myself in C# or VB.NET language but I haven't seen much help out there.

Do I start with figuring out winmm.dll? There only seems to be a bunch of wav and midi functions in that library.
 
You can download the full source for MP3gain, so have a look at it's SourceForge site:


The bit you want is the C++ stuff at the bottom of the page. Although it's C++ you should still get some good pointers from it.

Nelviticus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top