/cAudio

3D Audio Engine Based on Openal

Primary LanguageCzlib LicenseZlib

This is the new cAudio 2.2.0 Dev . This release is mainly a bug fix release.

Visit our site at http://caudio.deathtouchstudios.com/ for news and information.

To get help, report bugs, or talk about cAudio visit our forums at: http://www.memoryoffset.com/forum

New:
	
	C# Bindings as well has tutorials and demo application
	Cmake Build System	
	Remove unneeded mutex/locks from dataFactory->CreateDataSource
	Replace include guards with #pragma once
	BugFixes,
	cAudio Source are now cleared

//////////////////
// INSTALLATION //
//////////////////

To compile:

	You will need to have cmake installed on your machine. 

	Commandline:
		cmake . -DCAUDIO_DEPENDENCIES <Path to the Dependencies folder>