How to play MP3 files in C?

前端 未结 10 1554
遇见更好的自我
遇见更好的自我 2020-12-01 01:15

I\'m looking for the easiest way to play a MP3 file in C. I am looking for either a library, in which I could just call the function on the filename, or an executable that w

10条回答
  •  再見小時候
    2020-12-01 01:18

    If u can use C++ and if u are working on windows platform than use WMp3

    That Library is easy to work with and let you play, pause, seek on mp3 files.

提交回复
热议问题