mp3 player
-
Hello! I want to create an application that can play mp3-files. What's the best way of going? Is there any class in the framework that i can use? Thanks! /Erik
-
Hello! I want to create an application that can play mp3-files. What's the best way of going? Is there any class in the framework that i can use? Thanks! /Erik
Your best bet would be to go with DirectX, it has inherent support to play both audio and video. - Nick Parker
My Blog | My Articles -
Hello! I want to create an application that can play mp3-files. What's the best way of going? Is there any class in the framework that i can use? Thanks! /Erik
Hi Erik, If what you want is basic control over mp3 files (play, stop, pause etc), your best bet would be to use the AudioVideoPlayback component of DirectX. The DirectX SDK comes with some examples and you should be able to code a simple app to play mp3 files in a few minutes' time.