Skip to content

Commit 7d83cdd

Browse files
authored
Create README.md
1 parent 87994d0 commit 7d83cdd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# MojoAL
2+
3+
MojoAL is a full [OpenAL](https://openal.org/) 1.1 implementation, written
4+
in C, in a single source file. It uses Simple Directmedia Layer (SDL) 2.0
5+
to handle much of the heavy lifting and platform abstractions, allowing
6+
you to have a simple, portable OpenAL on any platform that SDL supports,
7+
from desktops to phones to web browsers to the Nintendo Switch.
8+
9+
This project can be compiled directly into an app, or built as a shared
10+
library, making it a drop-in replacement for other OpenAL implementations.
11+
12+
All of core OpenAL 1.1 is supported, including audio capture (recording)
13+
and multiple device support. A handful of popular extensions are also included.

0 commit comments

Comments
 (0)