An open API service indexing awesome lists of open source software.

https://github.com/aib/openal-surround-test

Sample C program that plays positional (3D/surround) audio using OpenAL
https://github.com/aib/openal-surround-test

Last synced: about 1 month ago
JSON representation

Sample C program that plays positional (3D/surround) audio using OpenAL

Awesome Lists containing this project

README

          

This is a sample C program that plays a 440 Hz sine wave orbiting the listener using OpenAL.

Compiling:
gcc -O2 -Wall main.c -lopenal -lm