Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the right-channel sample... | Chris Robinson | 2007-12-21 | 1 | -2/+2 |
| | |||||
* | Don't send stereo samples to the wet path without an auxiliary slot | Chris Robinson | 2007-12-21 | 1 | -6/+13 |
| | |||||
* | Fix extrenuous comment | Chris Robinson | 2007-12-21 | 1 | -4/+2 |
| | |||||
* | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-20 | 5 | -28/+30 |
|\ | |||||
| * | Do the channel pannings based on output channel count | Chris Robinson | 2007-12-20 | 1 | -14/+10 |
| | | | | | | | | This should make it a bit easier to extend in the future | ||||
| * | Don't use the lib prefix for the Win32 DLL | Chris Robinson | 2007-12-20 | 1 | -1/+5 |
| | | |||||
| * | MacOSX doesn't like global szDebug and g_mutex symbol names | Chris Robinson | 2007-12-19 | 3 | -12/+12 |
| | | |||||
* | | Allow auxiliary effect slot 0 when (un)setting the source auxiliary send | Chris Robinson | 2007-12-18 | 1 | -1/+2 |
| | | |||||
* | | Don't assume only one max send when setting source properties | Chris Robinson | 2007-12-18 | 1 | -1/+1 |
| | | |||||
* | | Use the AuxSendAuto property of the effect slot | Chris Robinson | 2007-12-18 | 2 | -2/+3 |
| | | |||||
* | | Implement AL_AUXILIARY_SEND_FILTER_GAIN_AUTO property | Chris Robinson | 2007-12-18 | 3 | -1/+20 |
| | | |||||
* | | Implement AL_ROOM_ROLLOFF_FACTOR property | Chris Robinson | 2007-12-18 | 3 | -1/+29 |
| | | |||||
* | | Don't allow properties on effect and filter name 0 | Chris Robinson | 2007-12-18 | 2 | -28/+16 |
| | | |||||
* | | Implement AL_EFFECT_TYPE property | Chris Robinson | 2007-12-18 | 1 | -8/+23 |
| | | | | | | | | Only the null effect type is accepted, right now | ||||
* | | Report one max auxiliary send per source | Chris Robinson | 2007-12-18 | 2 | -3/+7 |
| | | |||||
* | | Implement AL_AUXILIARY_SEND_FILTER source property | Chris Robinson | 2007-12-18 | 1 | -0/+31 |
| | | |||||
* | | Remove unneeded struct member | Chris Robinson | 2007-12-18 | 1 | -3/+0 |
| | | |||||
* | | Add AL_EFFECTSLOT_AUXILIARY_SEND_AUTO property (still unimplemented) | Chris Robinson | 2007-12-18 | 2 | -0/+18 |
| | | |||||
* | | Fix initial WetMix setup | Chris Robinson | 2007-12-18 | 1 | -4/+1 |
| | | |||||
* | | Implement AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO property | Chris Robinson | 2007-12-18 | 3 | -3/+24 |
| | | |||||
* | | Implement AL_EFFECTSLOT_GAIN property | Chris Robinson | 2007-12-18 | 3 | -6/+26 |
| | | |||||
* | | Add initial auxiliary send paths | Chris Robinson | 2007-12-18 | 2 | -6/+23 |
| | | |||||
* | | Implement AL_EFFECTSLOT_EFFECT property | Chris Robinson | 2007-12-18 | 2 | -8/+35 |
| | | |||||
* | | Only allow one auxiliary effect slot | Chris Robinson | 2007-12-18 | 1 | -20/+26 |
| | | |||||
* | | Implement AL_AIR_ABSORPTION_FACTOR source property | Chris Robinson | 2007-12-18 | 4 | -0/+21 |
| | | |||||
* | | Add AL_FILTER_LOWPASS support | Chris Robinson | 2007-12-17 | 4 | -1/+86 |
| | | | | | | | | Direct filters only, since auxiliary sends and slots aren't available yet | ||||
* | | Implement AL_CONE_OUTER_GAINHF source property | Chris Robinson | 2007-12-17 | 3 | -8/+29 |
| | | |||||
* | | Implement AL_DIRECT_FILTER_GAINHF_AUTO source property | Chris Robinson | 2007-12-17 | 2 | -0/+17 |
| | | |||||
* | | Implement basic lowpass filter path | Chris Robinson | 2007-12-17 | 2 | -3/+47 |
| | | |||||
* | | Add AL_METERS_PER_UNIT listener property | Chris Robinson | 2007-12-17 | 4 | -0/+26 |
| | | |||||
* | | Don't attempt to free null effects or filters | Chris Robinson | 2007-12-17 | 2 | -2/+2 |
| | | |||||
* | | 0 is a valid filter and effect name | Chris Robinson | 2007-12-17 | 2 | -2/+2 |
| | | |||||
* | | Export ALC_EXT_EFX extension | Chris Robinson | 2007-12-17 | 1 | -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 definition | Chris Robinson | 2007-12-17 | 2 | -0/+3 |
| | | |||||
* | | Add effect type enums | Chris Robinson | 2007-12-17 | 2 | -1/+30 |
| | | |||||
* | | Add new functions to proc address table | Chris Robinson | 2007-12-17 | 1 | -0/+26 |
| | | |||||
* | | Add auxiliary effect slot function skeletons | Chris Robinson | 2007-12-17 | 4 | -1/+410 |
| | | |||||
* | | Fix comment | Chris Robinson | 2007-12-17 | 1 | -1/+1 |
| | | |||||
* | | Implement effect function skeletons | Chris Robinson | 2007-12-17 | 4 | -0/+416 |
| | | |||||
* | | Release left over filters on close | Chris Robinson | 2007-12-17 | 3 | -0/+24 |
| | | |||||
* | | Implement ALC properties | Chris Robinson | 2007-12-17 | 1 | -3/+38 |
| | | |||||
* | | Implement AL_DIRECT_FILTER source property | Chris Robinson | 2007-12-17 | 2 | -0/+25 |
| | | | | | | | | Only AL_FILTER_NULL filter types are currently supported, however | ||||
* | | Add EFX source filter properties | Chris Robinson | 2007-12-17 | 2 | -0/+20 |
| | | |||||
* | | Add AL_FILTER_TYPE enum | Chris Robinson | 2007-12-17 | 2 | -4/+7 |
| | | |||||
* | | Implement filter function skeletons | Chris Robinson | 2007-12-17 | 4 | -0/+413 |
|/ | |||||
* | The error code is in errno, not the return value | Chris Robinson | 2007-12-16 | 1 | -1/+1 |
| | |||||
* | Implement capture config option for OSS. | Chris Robinson | 2007-12-16 | 2 | -1/+5 |
| | |||||
* | Support capture for OSS | Chris Robinson | 2007-12-16 | 1 | -16/+208 |
| | |||||
* | Fix ring buffer size and overrun detection | Chris Robinson | 2007-12-16 | 1 | -3/+3 |
| | |||||
* | Add generic ring buffer methods | Chris Robinson | 2007-12-16 | 3 | -0/+126 |
| |