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
- Host: GitHub
- URL: https://github.com/aib/openal-surround-test
- Owner: aib
- Created: 2016-06-04T18:10:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T18:16:22.000Z (about 10 years ago)
- Last Synced: 2025-02-28T17:58:17.623Z (over 1 year ago)
- Language: C
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
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