User Profile

Collapse

Profile Sidebar

Collapse
SILVERADO
SILVERADO
Last Activity: Feb 27 '08, 05:38 PM
Joined: Feb 27 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SILVERADO
    replied to Playing MP3 File
    in C
    The easiest way to go about doing that is to convert the mp3 file to a wav file to avoid having to import the AudioX library to your program which may require additional work. Here is the code I came up with that worked on a video game i developed.

    #include <windows.h>
    #include <mmsystem.h>
    #pragma comment(lib, "winmm.lib" )

    char* declaredVariabl e = "C:\\nameOfSong .wav";...
    See more | Go to post

    Leave a comment:


  • SILVERADO
    replied to Playing MP3 File
    in C
    Of course its possible Windows was written in C++....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...