Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded source struct member | Chris Robinson | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | Ramp channel gains to remove pops and clicks from abrupt changes | Chris Robinson | 2008-08-14 | 1 | -0/+7 |
| | | | | Thanks to Christopher Fitzgerald for helping me work on it | ||||
* | Implement yet another low-pass filter | Chris Robinson | 2008-07-25 | 1 | -0/+2 |
| | | | | This one using the Butterworth IIR filter design | ||||
* | Implement an alternative low-pass filter | Chris Robinson | 2008-07-23 | 1 | -3/+0 |
| | | | | | | | | | This method samples from the buffer so that it gets a time-correct 5khz stream, which is subtracted from the original sample and has the high-frequency gain applied, then added back. A better method may be to average all the samples from the current one to the one freq/5000 away, instead of bilinear filtering the two nearest freq/5000 apart. Processing cost will need to determine its viability | ||||
* | Implement doppler factor source property | Chris Robinson | 2008-07-15 | 1 | -0/+2 |
| | |||||
* | Don't include alAuxEffectSlot.h in alSource.h | Chris Robinson | 2008-01-16 | 1 | -2/+1 |
| | |||||
* | Make sure sources are deleted with the context | Chris Robinson | 2008-01-16 | 1 | -0/+2 |
| | |||||
* | Store a reference to the effect slot in a source's send, not a copy | Chris Robinson | 2008-01-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-31 | 1 | -2/+2 |
|\ | |||||
| * | Don't append _struct to the source struct name | Chris Robinson | 2007-12-31 | 1 | -2/+2 |
| | | |||||
* | | Implement AL_AUXILIARY_SEND_FILTER_GAIN_AUTO property | Chris Robinson | 2007-12-18 | 1 | -0/+1 |
| | | |||||
* | | Implement AL_ROOM_ROLLOFF_FACTOR property | Chris Robinson | 2007-12-18 | 1 | -0/+2 |
| | | |||||
* | | Report one max auxiliary send per source | Chris Robinson | 2007-12-18 | 1 | -1/+4 |
| | | |||||
* | | Implement AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO property | Chris Robinson | 2007-12-18 | 1 | -0/+1 |
| | | |||||
* | | Add initial auxiliary send paths | Chris Robinson | 2007-12-18 | 1 | -0/+6 |
| | | |||||
* | | Implement AL_AIR_ABSORPTION_FACTOR source property | Chris Robinson | 2007-12-18 | 1 | -0/+2 |
| | | |||||
* | | Implement AL_CONE_OUTER_GAINHF source property | Chris Robinson | 2007-12-17 | 1 | -0/+1 |
| | | |||||
* | | Implement AL_DIRECT_FILTER_GAINHF_AUTO source property | Chris Robinson | 2007-12-17 | 1 | -0/+2 |
| | | |||||
* | | Implement basic lowpass filter path | Chris Robinson | 2007-12-17 | 1 | -0/+3 |
| | | |||||
* | | Implement AL_DIRECT_FILTER source property | Chris Robinson | 2007-12-17 | 1 | -0/+3 |
| | | | | | | | | Only AL_FILTER_NULL filter types are currently supported, however | ||||
* | | Add EFX source filter properties | Chris Robinson | 2007-12-17 | 1 | -0/+9 |
|/ | |||||
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+71 |