CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Posts
    3

    Thumbs up MP3 Audio Playing

    I want to play the audio stream and data is in the form of buffer. I directly want to interface the decompressor (MPEG Layer - 3 Decoder), feed in the MP3 compressed data to it and should output the raw audio data which i will render through DirectSound.
    Thanks in anticipation.

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: MP3 Audio Playing

    You can use third party libraries. For example: BASS or FMod.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

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