Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Report one max auxiliary send per source | Chris Robinson | 2007-12-18 | 1 | -2/+3 |
| | |||||
* | 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 | 1 | -3/+9 |
| | |||||
* | Implement AL_EFFECTSLOT_GAIN property | Chris Robinson | 2007-12-18 | 1 | -0/+1 |
| | |||||
* | Add initial auxiliary send paths | Chris Robinson | 2007-12-18 | 1 | -6/+17 |
| | |||||
* | Implement AL_AIR_ABSORPTION_FACTOR source property | Chris Robinson | 2007-12-18 | 1 | -0/+4 |
| | |||||
* | Add AL_FILTER_LOWPASS support | Chris Robinson | 2007-12-17 | 1 | -1/+10 |
| | | | | Direct filters only, since auxiliary sends and slots aren't available yet | ||||
* | Implement AL_CONE_OUTER_GAINHF source property | Chris Robinson | 2007-12-17 | 1 | -8/+15 |
| | |||||
* | Implement basic lowpass filter path | Chris Robinson | 2007-12-17 | 1 | -3/+44 |
| | |||||
* | Add AL_METERS_PER_UNIT listener property | Chris Robinson | 2007-12-17 | 2 | -0/+3 |
| | |||||
* | 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. | ||||
* | Implement ALC properties | Chris Robinson | 2007-12-17 | 1 | -3/+38 |
| | |||||
* | 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 | 1 | -1/+3 |
| | |||||
* | 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 | 1 | -0/+118 |
| | |||||
* | Store a persistant name string with the device struct | Chris Robinson | 2007-12-14 | 4 | -20/+14 |
| | |||||
* | Implement "drivers" config option | Chris Robinson | 2007-12-12 | 1 | -0/+41 |
| | |||||
* | Print an error when ALSA fails to open the audio device | Chris Robinson | 2007-12-12 | 1 | -0/+2 |
| | |||||
* | Print an error when OSS fails to open the audio device | Chris Robinson | 2007-12-12 | 1 | -0/+1 |
| | |||||
* | Use -Wextra instead of -W for extra warnings | Chris Robinson | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Use %zd for size_t types | Chris Robinson | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Prevent some ICC warnings | Chris Robinson | 2007-12-06 | 2 | -4/+8 |
| | |||||
* | More casts | Chris Robinson | 2007-12-06 | 1 | -3/+3 |
| | |||||
* | Avoid void-pointer arithmetic | Chris Robinson | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Make another function static | Chris Robinson | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Move some global declrations into headers | Chris Robinson | 2007-12-06 | 1 | -11/+0 |
| | |||||
* | Remove static variable from DSound callback | Chris Robinson | 2007-12-05 | 1 | -7/+6 |
| | |||||
* | Allow aluMixData to accept a NULL context for silence | Chris Robinson | 2007-12-05 | 4 | -28/+9 |
| | |||||
* | Use an AL_PRINT macro for printing lib messages/errors to the console | Chris Robinson | 2007-11-30 | 4 | -60/+58 |
| | |||||
* | Don't use platform-specific methods for initialization | Chris Robinson | 2007-11-16 | 1 | -0/+5 |
| | |||||
* | Move ALu.c to the Alc directory | Chris Robinson | 2007-11-15 | 1 | -0/+677 |
| | |||||
* | Use a better name for the device list init function and make it static | Chris Robinson | 2007-11-15 | 1 | -22/+16 |
| | |||||
* | Use aluBytesFromFormat and aluChannelsFromFormat to get the channel count ↵ | Chris Robinson | 2007-11-15 | 1 | -30/+9 |
| | | | | and frame size | ||||
* | Initial import | Chris Robinson | 2007-11-13 | 7 | -0/+3396 |