How do I write a simple MP3 program?

Datalyss1

In Runtime
Messages
251
And what's the best programming language to use?

I wanna write a program that has absolutely no interface, and relies solely on Windows' association function.
 
Do you mean a program that just plays an MP3 file straight off without any interface? That'd be dead simple to do using Java and something like the JMF or JLayer (you'd need to use one of those external libraries though unless you wanted the huge task of writing your own!)
 
Back
Top Bottom