a fine c++ openal wrapper, forked from the inactive https://github.com/r4stl1n/cAudio
Go to file
Jonas Erlandsson c9cfd31b29 Linux compat changes.
Removed line 4-6 in CMake/InstallDependencies.cmake so Linux also get the macros.
Edited DependenciesSource/.../CMakeLists.txt to add -fPIC compiler option on Linux 64bit.
Edited all Examples/.../CMakeLists.txt to rename "Main.cpp" to "main.cpp".
Edited cAudio/include/cSTLAllocator.h to make the inclusion of cstddef.h explicit for gcc 2.6+.

Despite this you still need to copy Dependencies/include/OpenAL/alc.h to /usr/include/AL/alc.h (for Ubuntu or whatever path that is on your system) for it to compile if you are not running the development build of OpenAL.
2011-12-27 12:37:02 +01:00
CMake Linux compat changes. 2011-12-27 12:37:02 +01:00
Dependencies Last fix 2011-05-22 22:05:33 +00:00
Dependencies64 Last fix 2011-05-22 22:05:33 +00:00
DependenciesSource Linux compat changes. 2011-12-27 12:37:02 +01:00
Examples Linux compat changes. 2011-12-27 12:37:02 +01:00
Plugins * Unify AudioSource creation (Code were unreadable) 2011-06-05 13:51:50 +00:00
cAudio Linux compat changes. 2011-12-27 12:37:02 +01: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 Updating cmakelist to reflect directory rename. 2011-08-24 01:17:45 -07: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>