Playing .mp3 or other audio files on Linux using C ++

Possible duplicate:
Best audio play api for C / C ++ under Linux?

I am looking for a library with which I can play an audio file using C ++ code on Linux, any suggestions?

Edit: Please include links to some tutorials, if possible.

+4
source share
1 answer

Look at the FMOD . This is a cross-platform audio library for C ++.

There are quite a few tutorials available, such as these:

+8
source

Source: https://habr.com/ru/post/1436399/


All Articles