Cross Platform (C/C++) Audio Library for MP3, AAC, WAV

后端 未结 3 1672
暖寄归人
暖寄归人 2020-12-31 20:41

I\'m trying to find a cross platform audio library that will have the following abilities (in order of importance):

  • Full Windows, Mac, Linux support
  • C
3条回答
  •  有刺的猬
    2020-12-31 21:01

    You can take a look at GStreamer and FFmpeg.

    EDIT:

    Since you are willing to use Qt, you should definitely check Qt MultimediaKit, which is a part of the Qt Mobility project. Phonon is fading away because Qt is investing on MultimediaKit to replace it.

    This example shows how to do simple audio playback. This example shows how to create a multimedia player. This example shows a more advanced music player, using Qt and QML.

提交回复
热议问题