sdl-mixer

A simple demo can play mp3/flac on command line, which base on libraries SDL2 and SDL2_mixer.

##Install/Run 1.run cmake && make on command line.(Note:You must install SDL2&SDL2_mixer before execute this commands)

2.run ./mixer on command line.(Note: you also should put test music to directory)

##Reference 1.SDL_mixer