/openal_beep_demo

基于OpenAL的一种Beep函数音乐播放器,支持了更多功能,支持跨平台。 A Beep function music player based on OpenAL that supports more functions and supports cross-platform.

Primary LanguageC++

OpenAL Beep Demo

Beep function music player. but it used OpenAL play. (just a demo.)

中文文档

How to build it?

On Linux

  1. Make sure you have the OpenAL SDK installed.
  2. Run this command on your terminal.
g++ -fdiagnostics-color=always -g -I ./include ./src/*.cpp -o /build/demo -lopenal -lalut

On Windows

Sorry, We didn't try to build it on Windows. :(