CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Location
    VA, USA
    Posts
    1

    how to play an mp3

    i needa know how to play an mp3 at the start of my program, i've found codes for wavs and midis, but i'm sure it requires different stuff. Also if there are anything in needa put in a module, tell me too.

    "Ore ka? Ore wa Son Goku demo Vegeta de monai, ore wa kisama taosu mono da!" --Gogeta (DBZ)

  2. #2
    Join Date
    Feb 2001
    Posts
    10

    Re: how to play an mp3

    If you know how to play .WAVs, .MIDs, .AVIs etc. then you know how to play .MP3s, MP3 files are MPEGs so just use the MCI APIs
    to play MPEG file.

    HTH
    Yair


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured