Skip to content

JennettaGong/OpenAL.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic OpenAL Binding

OpenAL.NET

This library includes very basic playback and capture support for OpenAL.

Support for audio capture and playback is provided using the .NET Stream API and fully supports the Begin/End and Async patterns.

Positional Audio

You can enable positional audio by following the example in the included EchoApp.

License

OpenAL.NET source code (the source code files included in this repository) are licensed under the MIT license (see mit).

This source code makes use of OpenAL Soft (OpenAL32.dll) which is licensed under the LGPL v2 (see lgpl).

The combination of OpenAL.NET source code and OpenAL Soft is also licensed under the LGPL v2 (see lgpl).

Credits

Some source code in OpenAL.NET is based on work by Eric Maupin in his Gablarski project.

About

Simple binding to OpenAL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%