Simplest way to play mp3 from Visual C++

前端 未结 6 1941
星月不相逢
星月不相逢 2020-12-31 20:04

A few years back, I wrote some util library around DShow/DSound to let me play MP3s in a Windows C++ application. Is that still the normal way to do it in a C++/MFC app, or

6条回答
  •  自闭症患者
    2020-12-31 20:26

    You could have a look at BASS. It's a simple to use audio library, free for noncommercial use.

提交回复
热议问题