/oals-sandbox

A OpenAL Soft sandbox to test out different kinds of audio features.

Primary LanguageC++

oals-sandbox

A OpenAL Soft sandbox to test out different kinds of audio features.

External Dependencies

This implementation has external dependencies on the following libraries:

  • OpenAL Soft
  • OGG
  • Vorbis

Libraries must be available on the host machine when compiling.

Compilation

Easiest way to compile the project is to use the provided Makefile, which outputs the results into the build directory.

Remember to check and correct Makefile for correct library and header paths.