aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use the right-channel sample...Chris Robinson2007-12-211-2/+2
|
* Don't send stereo samples to the wet path without an auxiliary slotChris Robinson2007-12-211-6/+13
|
* Fix extrenuous commentChris Robinson2007-12-211-4/+2
|
* Merge branch 'master' into efx-experimentChris Robinson2007-12-205-28/+30
|\
| * Do the channel pannings based on output channel countChris Robinson2007-12-201-14/+10
| | | | | | | | This should make it a bit easier to extend in the future
| * Don't use the lib prefix for the Win32 DLLChris Robinson2007-12-201-1/+5
| |
| * MacOSX doesn't like global szDebug and g_mutex symbol namesChris Robinson2007-12-193-12/+12
| |
* | Allow auxiliary effect slot 0 when (un)setting the source auxiliary sendChris Robinson2007-12-181-1/+2
| |
* | Don't assume only one max send when setting source propertiesChris Robinson2007-12-181-1/+1
| |
* | Use the AuxSendAuto property of the effect slotChris Robinson2007-12-182-2/+3
| |
* | Implement AL_AUXILIARY_SEND_FILTER_GAIN_AUTO propertyChris Robinson2007-12-183-1/+20
| |
* | Implement AL_ROOM_ROLLOFF_FACTOR propertyChris Robinson2007-12-183-1/+29
| |
* | Don't allow properties on effect and filter name 0Chris Robinson2007-12-182-28/+16
| |
* | Implement AL_EFFECT_TYPE propertyChris Robinson2007-12-181-8/+23
| | | | | | | | Only the null effect type is accepted, right now
* | Report one max auxiliary send per sourceChris Robinson2007-12-182-3/+7
| |
* | Implement AL_AUXILIARY_SEND_FILTER source propertyChris Robinson2007-12-181-0/+31
| |
* | Remove unneeded struct memberChris Robinson2007-12-181-3/+0
| |
* | Add AL_EFFECTSLOT_AUXILIARY_SEND_AUTO property (still unimplemented)Chris Robinson2007-12-182-0/+18
| |
* | Fix initial WetMix setupChris Robinson2007-12-181-4/+1
| |
* | Implement AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO propertyChris Robinson2007-12-183-3/+24
| |
* | Implement AL_EFFECTSLOT_GAIN propertyChris Robinson2007-12-183-6/+26
| |
* | Add initial auxiliary send pathsChris Robinson2007-12-182-6/+23
| |
* | Implement AL_EFFECTSLOT_EFFECT propertyChris Robinson2007-12-182-8/+35
| |
* | Only allow one auxiliary effect slotChris Robinson2007-12-181-20/+26
| |
* | Implement AL_AIR_ABSORPTION_FACTOR source propertyChris Robinson2007-12-184-0/+21
| |
* | Add AL_FILTER_LOWPASS supportChris Robinson2007-12-174-1/+86
| | | | | | | | Direct filters only, since auxiliary sends and slots aren't available yet
* | Implement AL_CONE_OUTER_GAINHF source propertyChris Robinson2007-12-173-8/+29
| |
* | Implement AL_DIRECT_FILTER_GAINHF_AUTO source propertyChris Robinson2007-12-172-0/+17
| |
* | Implement basic lowpass filter pathChris Robinson2007-12-172-3/+47
| |
* | Add AL_METERS_PER_UNIT listener propertyChris Robinson2007-12-174-0/+26
| |
* | Don't attempt to free null effects or filtersChris Robinson2007-12-172-2/+2
| |
* | 0 is a valid filter and effect nameChris Robinson2007-12-172-2/+2
| |
* | Export ALC_EXT_EFX extensionChris Robinson2007-12-171-1/+2
| | | | | | | | | | Preliminary testing can now begin. Almost nothing will work, but the bare framework is laid out, and the functions can begin to be implemented.
* | Add new listener property definitionChris Robinson2007-12-172-0/+3
| |
* | Add effect type enumsChris Robinson2007-12-172-1/+30
| |
* | Add new functions to proc address tableChris Robinson2007-12-171-0/+26
| |
* | Add auxiliary effect slot function skeletonsChris Robinson2007-12-174-1/+410
| |
* | Fix commentChris Robinson2007-12-171-1/+1
| |
* | Implement effect function skeletonsChris Robinson2007-12-174-0/+416
| |
* | Release left over filters on closeChris Robinson2007-12-173-0/+24
| |
* | Implement ALC propertiesChris Robinson2007-12-171-3/+38
| |
* | Implement AL_DIRECT_FILTER source propertyChris Robinson2007-12-172-0/+25
| | | | | | | | Only AL_FILTER_NULL filter types are currently supported, however
* | Add EFX source filter propertiesChris Robinson2007-12-172-0/+20
| |
* | Add AL_FILTER_TYPE enumChris Robinson2007-12-172-4/+7
| |
* | Implement filter function skeletonsChris Robinson2007-12-174-0/+413
|/
* The error code is in errno, not the return valueChris Robinson2007-12-161-1/+1
|
* Implement capture config option for OSS.Chris Robinson2007-12-162-1/+5
|
* Support capture for OSSChris Robinson2007-12-161-16/+208
|
* Fix ring buffer size and overrun detectionChris Robinson2007-12-161-3/+3
|
* Add generic ring buffer methodsChris Robinson2007-12-163-0/+126
|