MP3 player

Home
Up

Mail_me!!

Through the development and use of x86 based processors in research and teaching roles we have used and developed several pieces of software which can be utilised in such environments. This page highlights a simple MP3 Player we have constructed for use with eMbedded visual Tools V3.0 on an ARCOM x86 architecture.

VB - Simple MP3 Player

bulletThis is an installer that will install the simple MP3 Player
bulletSimple MP3 Player DLL
bulletThis is the module definition file to access the functions in the MP3 Player DLL

When developing make sure the DLL is in the windows directory and download the module file and place it into your eMbedded Visual Basic Project. You should then be able to call the functions in your VB programs.

VC - Simple MP3 Player

bulletSimple MP3 Player DLL
bulletSimple MP3 Player library file
bulletSimple MP3 Player header file

When developing make sure the DLL is in the windows directory and download the library file and header file. Include the header file in your eMbedded Visual C++ Project and add the library file to the linker option for addition libraries. You should then be able to call the functions in your VC++ programs.