Play Sounds in C or C ++ Unused Allegro Library [closed]

0

How to place sounds in midi , wav format, without the use of the Allegro library in C languages or C ++ ?

    
asked by TwistCode 04.11.2016 в 02:50
source

1 answer

1

Neither C nor C ++ has standard libraries to play sounds, so you're always going to need an external library (unless you're so brave to interact with the sound card drivers, you alone, and by hand).

If you do not want to use Allegro, you can use SDL Mixer .

    
answered by 04.11.2016 в 03:45