We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87994d0 commit 7d83cddCopy full SHA for 7d83cdd
README.md
@@ -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