aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove broken autowah effect codeChris Robinson2016-07-261-1/+0
| | | | | It's been disabled forever, and I have no idea how to make it work properly. Better to just redo it when making something that works.
* Fix indentationChris Robinson2016-07-121-14/+14
|
* Fix a copy-paste message errorChris Robinson2016-07-121-1/+1
|
* Add a cmake option to embed the HRTF dataChris Robinson2016-07-121-7/+53
|
* Provide a decoder preset for 5.1 Surround outputChris Robinson2016-04-241-0/+1
|
* Install the ambdec preset filesChris Robinson2016-04-231-0/+14
|
* Move the aligned malloc functions to the common libChris Robinson2016-03-291-1/+2
|
* Add a dual-band ambisonic decoderChris Robinson2016-03-151-0/+1
| | | | | | | | | | This uses a virtual B-Format buffer for mixing, and then uses a dual-band decoder for improved positional quality. This currently only works with first- order output since first-order input (from the AL_EXT_BFROMAT extension) would not sound correct when fed through a second- or third-order decoder. This also does not currently implement near-field compensation since near-field rendering effects are not implemented.
* Add a loader for ambdec filesChris Robinson2016-03-141-0/+1
|
* Add a function to encode 2-channel UHJ from B-FormatChris Robinson2016-02-261-0/+1
|
* Release 1.17.2openal-soft-1.17.2Chris Robinson2016-01-241-1/+1
|
* Remove unneeded check for io.hChris Robinson2016-01-241-1/+0
|
* Clear SSE3 switch before testing if one's recognizedChris Robinson2016-01-241-0/+1
|
* Reorder some cmake checksChris Robinson2016-01-211-20/+19
|
* Lower the _POSIX_C_SOURCE and _XOPEN_SOURCE version requirementsChris Robinson2016-01-211-2/+2
|
* Only set cmake policy CMP0042 if it's validChris Robinson2016-01-211-3/+5
|
* Always define _XOPEN_SOURCE if _POSIX_C_SOURCE is tooChris Robinson2016-01-211-16/+3
|
* Explicit check if pthread_setname_np accepts only one parameterChris Robinson2016-01-211-0/+21
|
* Fix for systems that don't have strnlenChris Robinson2016-01-211-1/+2
|
* Silence a CMake warning on OSX about MACOSX_RPATHChris Robinson2016-01-201-0/+1
|
* Add an option to static-link libgccChris Robinson2016-01-171-0/+19
| | | | Mainly just for MinGW to make OpenAL32.dll not rely on libgcc_s_sjlj-1.dll.
* Allow to override the share install dirNiels Ole Salscheider2015-12-191-2/+5
| | | | | This is needed for multiarch layouts where the prefix is /usr/${host} but where arch-independet files are installed to /usr/share.
* Check if _XOPEN_SOURCE needs to be setChris Robinson2015-12-111-10/+25
|
* Release 1.17.1openal-soft-1.17.1Chris Robinson2015-12-101-1/+1
|
* Also install the HRTF exampleChris Robinson2015-12-041-1/+1
|
* Avoid using usleep in the examplesChris Robinson2015-12-041-5/+10
| | | | We already have an al_nssleep wrapper in the common lib we can use.
* Only set _POSIX_C_SOURCE if neededChris Robinson2015-12-041-18/+28
|
* include correct libraries in case jack support is requested and foundv4hn2015-11-201-1/+1
| | | | | It just doesn't make sense to add pulseaudio libraries here... Also it breaks in case jack is requested, but pulseaudio is disabled :)
* Release 1.17.0openal-soft-1.17.0Chris Robinson2015-11-121-1/+1
|
* Move the bsincTable to a separate fileChris Robinson2015-11-101-0/+1
|
* Add a tool to generate the bsinc tablesChris Robinson2015-11-101-1/+6
|
* Build with -std=c11 if possibleChris Robinson2015-11-091-3/+8
|
* Remove some unused function checksChris Robinson2015-11-081-6/+0
|
* Check for modffChris Robinson2015-10-291-0/+1
|
* Add an HRTF exampleChris Robinson2015-10-281-0/+5
| | | | Doubles as a psuedo-test to play a sound with HRTF.
* Remove the MIDI codeChris Robinson2015-10-201-39/+0
| | | | | | | The extension's not going anywhere, and it can't do anything fluidsynth can't. The code maintenance and bloat is not worth keeping around, and ideally the AL API would be able to facilitate MIDI-like behavior anyway (envelopes, start-at- time, etc).
* Add a tone generator test programChris Robinson2015-10-131-0/+19
| | | | | | Currently used to test the general output, particularly the resampler, by checking the results with a spectrum analyzer and/or oscilloscope (for example using PulseAudio's "Monitor of ..." devices feeding an external app).
* Move the FIR4 from SSE2 to SSE3Chris Robinson2015-10-111-0/+25
| | | | | SSE3 can avoid the slow _MM_TRANSPOSE_PS4 call thanks to the inclusion of horizontal adds.
* Add a function to get a list of data filesChris Robinson2015-10-031-1/+1
| | | | | | The method takes a marked-up filename (e.g. may include %r for a sample rate, %% for %, etc), and returns a vector of strings of found filenames that match. It will search the CWD, the local, and global data directories, in that order.
* Revert "Only use SDL1 with SDL_sound"Chris Robinson2015-09-301-23/+18
| | | | This reverts commit 8883ce1cef86c07d6eaa7e0eff2e132e181184f0.
* Only use SDL1 with SDL_soundChris Robinson2015-09-281-18/+23
|
* Check for pthread_*_np functions in pthread_np.h when it existsChris Robinson2015-08-131-4/+10
|
* Make installation of headers and libraries optionalAaron Jacobs2015-08-121-31/+40
|
* Check for snprintf in stdio.hChris Robinson2015-06-071-1/+1
| | | | This works better for VS2015, which adds support for the function.
* Add a skeleton backend for JACKChris Robinson2014-12-211-0/+22
|
* Check that atomic_load works with a const _AtomicChris Robinson2014-09-051-1/+1
| | | | | | | The original C11 spec does not allow atomic_load to work on const _Atomic variables, which we sometimes do in alGet* methods, despite the fact that it does not modify the variable. An update to the C spec corrects this oversight, and GCC 4.9 has allowed it anyway, while Clang 3.4 does not.
* Fix the __get_cpuid cmake checkChris Robinson2014-09-051-1/+1
|
* Include the common sources when building staticallyChris Robinson2014-08-231-1/+5
|
* Use the POSITION_INDEPENDENT_CODE target property when availableChris Robinson2014-08-161-7/+12
|
* Don't force specific compile flags for the different build typesChris Robinson2014-08-161-17/+7
|