a fine c++ openal wrapper, forked from the inactive https://github.com/r4stl1n/cAudio
Go to file
Raynaldo Rivera e3663f2ba6 Adding new examples directory structure. 2011-08-24 01:16:40 -07:00
CMake * Fix static build 2011-06-25 23:43:01 +00:00
Dependencies Last fix 2011-05-22 22:05:33 +00:00
Dependencies64 Last fix 2011-05-22 22:05:33 +00:00
DependenciesSource Uploading new structure of cAudio using wolfmanfx's cmake system 2011-05-19 04:24:29 +00:00
Examples Adding new examples directory structure. 2011-08-24 01:16:40 -07:00
Plugins * Unify AudioSource creation (Code were unreadable) 2011-06-05 13:51:50 +00:00
cAudio * Fix iOS bug 2011-06-27 20:49:11 +00:00
cAudioCSharp * Make it easier to playback AudioCaptureBuffer 2011-06-26 11:16:45 +00:00
cAudioCSharpWrapper * Make it easier to playback AudioCaptureBuffer 2011-06-26 11:16:45 +00:00
.gitignore Converting svn ignore to git ignore 2011-07-18 19:22:00 -07:00
CMakeLists.txt * When you disable ogg now vorbis/ogg projects are excluded also the Ogg source files are excluded 2011-06-05 12:35:14 +00:00
License.txt Uploading new structure of cAudio using wolfmanfx's cmake system 2011-05-19 04:24:29 +00:00
ReadMe.txt Updated the Readme to reflect new changes 2011-08-24 00:11:00 -07:00

ReadMe.txt

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>