aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Keep track of open devicesChris Robinson2008-01-142-0/+41
|
* Reorder setting of some variablesChris Robinson2008-01-121-8/+9
|
* Merge branch 'master' into efx-experimentChris Robinson2008-01-1110-146/+535
|\
| * Don't limit output wave filename sizeChris Robinson2008-01-111-3/+2
| |
| * Fix the Wave Writer's reliance on ftellChris Robinson2008-01-111-2/+3
| | | | | | | | So output can work on FIFOs
| * Use Sleep instead of usleepChris Robinson2008-01-112-6/+6
| |
| * Don't double-close a handle on errorChris Robinson2008-01-111-1/+0
| |
| * Don't attempt to open ALSA playback/capture if it didn't loadChris Robinson2008-01-111-1/+7
| |
| * Add a wave file writing backendChris Robinson2008-01-115-1/+349
| |
| * Use nanosleep instead of usleepChris Robinson2008-01-112-3/+13
| | | | | | | | So not to rely on the non-standard unistd.h header
| * Add Sleep wrapperChris Robinson2008-01-112-0/+6
| |
| * Add a timing wrapper, using gettimeofdayChris Robinson2008-01-112-0/+21
| |
| * Allow querying of ALC_MONO_SOURCES and ALC_STEREO_SOURCESChris Robinson2008-01-101-0/+18
| | | | | | | | Based on a patch by Xavier Bouchoux
| * Use a more reliable thread loop for DSound, instead of a Win32 timerChris Robinson2008-01-081-68/+64
| | | | | | | | Also use a simpler method for calculating the read/write location
| * Remove unneeded silence fieldChris Robinson2008-01-071-5/+0
| |
| * Release 1.1.93openal-soft-1.1.93Chris Robinson2008-01-061-2/+2
| |
| * Fix lone ALC_REFRESH query caseChris Robinson2008-01-061-1/+1
| |
| * Don't allow 0 periodsChris Robinson2008-01-061-1/+1
| |
| * Add missing header includeChris Robinson2008-01-061-0/+1
| |
| * ALC_REFRESH is the number of updates per secondChris Robinson2008-01-064-5/+5
| |
| * Make OSS's update size dynamicChris Robinson2008-01-061-17/+21
| |
| * Fix the buffer size so ALSA doesn't multiply by the number of periodsChris Robinson2008-01-061-4/+6
| |
| * Some non-mmap ALSA fixesChris Robinson2008-01-051-40/+21
| |
| * Disable fast float-to-int hack.Chris Robinson2008-01-051-0/+2
| | | | | | | | | | Even with precautions, it's giving problems. Not worth it since I don't quite understand how it works, or know if there's even a benefit.
* | Try a different low-pass filterChris Robinson2008-01-051-4/+6
| | | | | | | | | | Seems to be more correct, although it's not as powerful as the previous (which may be a good thing)
* | Merge branch 'master' into efx-experimentChris Robinson2008-01-047-27/+451
|\|
| * Use 6 point spatialization for 6.1 and 7.1 outputChris Robinson2008-01-041-11/+38
| |
| * Implement a crossfeed config optionChris Robinson2008-01-032-0/+25
| |
| * Add the Bauer stereophonic-to-binaural DSP (bs2b) code and hooksChris Robinson2008-01-035-8/+354
| |
* | Merge branch 'master' into efx-experimentChris Robinson2008-01-012-60/+33
|\|
| * Fail if OSS can't set the requested bit depth and channel countChris Robinson2008-01-011-38/+9
| |
| * Fix channel ordering for multichannel buffersChris Robinson2008-01-011-22/+24
| |
* | Fix wet volumes for multichannel pathChris Robinson2007-12-311-0/+11
| |
* | Merge branch 'master' into efx-experimentChris Robinson2007-12-3116-223/+758
|\|
| * Remove obsolete commentChris Robinson2007-12-311-2/+0
| |
| * Advertise the AL_EXT_MCFORMATS extensionChris Robinson2007-12-311-1/+1
| |
| * Handle AL_FORMAT_REAR* formatsChris Robinson2007-12-312-0/+122
| |
| * Allow loading of 4, 5.1, 6.1, and 7.1 sample dataChris Robinson2007-12-311-0/+24
| |
| * Add paths for 4 to 7.1 channel buffer mixingChris Robinson2007-12-311-8/+45
| |
| * Disable unnecessary calculationsChris Robinson2007-12-311-0/+4
| |
| * Allow psuedo 6.1 and 7.1 outputChris Robinson2007-12-312-2/+100
| | | | | | | | | | | | This only does spatial calculations on the 4 corner speakers, but it's necessary groundwork for AL_EXT_MCFORMATS support. Spatial calculations for 6 speakers can be added later.
| * Check specific formats before general propertiesChris Robinson2007-12-311-19/+19
| |
| * Export float32 formatsChris Robinson2007-12-311-0/+2
| |
| * Add some more formatsChris Robinson2007-12-312-3/+26
| |
| * Use an enum list for dealing with channelsChris Robinson2007-12-311-67/+79
| | | | | | | | This will make it easier to remap channels, especially the center and lfe channels
| * Make some defines local to ALu.cChris Robinson2007-12-312-6/+6
| |
| * Fix includes so alMain.h doesn't include so much by itselfChris Robinson2007-12-315-8/+12
| |
| * Don't append _struct to the source struct nameChris Robinson2007-12-311-2/+2
| |
| * Remove unused macrosChris Robinson2007-12-311-4/+0
| |
| * Don't default to AL_FORMAT_STEREO16 when writing to the output bufferChris Robinson2007-12-311-1/+3
| |