aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded source struct memberChris Robinson2008-08-151-1/+1
|
* Ramp channel gains to remove pops and clicks from abrupt changesChris Robinson2008-08-141-0/+7
| | | | Thanks to Christopher Fitzgerald for helping me work on it
* Implement yet another low-pass filterChris Robinson2008-07-251-0/+2
| | | | This one using the Butterworth IIR filter design
* Implement an alternative low-pass filterChris Robinson2008-07-231-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 propertyChris Robinson2008-07-151-0/+2
|
* Don't include alAuxEffectSlot.h in alSource.hChris Robinson2008-01-161-2/+1
|
* Make sure sources are deleted with the contextChris Robinson2008-01-161-0/+2
|
* Store a reference to the effect slot in a source's send, not a copyChris Robinson2008-01-161-1/+1
|
* Merge branch 'master' into efx-experimentChris Robinson2007-12-311-2/+2
|\
| * Don't append _struct to the source struct nameChris Robinson2007-12-311-2/+2
| |
* | Implement AL_AUXILIARY_SEND_FILTER_GAIN_AUTO propertyChris Robinson2007-12-181-0/+1
| |
* | Implement AL_ROOM_ROLLOFF_FACTOR propertyChris Robinson2007-12-181-0/+2
| |
* | Report one max auxiliary send per sourceChris Robinson2007-12-181-1/+4
| |
* | Implement AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO propertyChris Robinson2007-12-181-0/+1
| |
* | Add initial auxiliary send pathsChris Robinson2007-12-181-0/+6
| |
* | Implement AL_AIR_ABSORPTION_FACTOR source propertyChris Robinson2007-12-181-0/+2
| |
* | Implement AL_CONE_OUTER_GAINHF source propertyChris Robinson2007-12-171-0/+1
| |
* | Implement AL_DIRECT_FILTER_GAINHF_AUTO source propertyChris Robinson2007-12-171-0/+2
| |
* | Implement basic lowpass filter pathChris Robinson2007-12-171-0/+3
| |
* | Implement AL_DIRECT_FILTER source propertyChris Robinson2007-12-171-0/+3
| | | | | | | | Only AL_FILTER_NULL filter types are currently supported, however
* | Add EFX source filter propertiesChris Robinson2007-12-171-0/+9
|/
* Initial importChris Robinson2007-11-131-0/+71