Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize and improve the reverb effect | Chris Robinson | 2009-11-19 | 1 | -354/+895 |
| | | | | | Code supplied by Christopher Fitzgerald. This update also implements the echo and modulation parameters. | ||||
* | Better approximate the wet attenuation model for reverb | Chris Robinson | 2009-11-19 | 1 | -3/+18 |
| | |||||
* | Make sure there's at least a one-sample delay for the echo's first tap | Chris Robinson | 2009-11-19 | 1 | -4/+4 |
| | |||||
* | Apply the reverb room rolloff factor for EAX reverb too | Chris Robinson | 2009-11-19 | 1 | -1/+2 |
| | |||||
* | Move NextPowerOf2 to alMain.h | Chris Robinson | 2009-11-19 | 2 | -36/+0 |
| | |||||
* | Move aluCart2LUTpos to alu.h | Chris Robinson | 2009-11-19 | 2 | -29/+0 |
| | |||||
* | Make sure to set the new echo sample buffer and remove an unused macro | Chris Robinson | 2009-11-18 | 1 | -3/+1 |
| | |||||
* | Properly lock the device when setting it disconnected | Chris Robinson | 2009-11-01 | 2 | -4/+2 |
| | |||||
* | Watch for stream and context failures from pulse, and report disconnects | Chris Robinson | 2009-10-31 | 1 | -3/+30 |
| | |||||
* | Fix length calculation for pulse | Chris Robinson | 2009-10-31 | 1 | -1/+1 |
| | |||||
* | Set a proper channel map for PulseAudio | Chris Robinson | 2009-10-31 | 1 | -1/+41 |
| | |||||
* | Mix all updates PulseAudio requests | Chris Robinson | 2009-10-31 | 1 | -5/+7 |
| | |||||
* | Watch for buffer attribute changes from PulseAudio | Chris Robinson | 2009-10-31 | 1 | -6/+21 |
| | |||||
* | Use signals to watch for state changes | Chris Robinson | 2009-10-31 | 1 | -12/+42 |
| | | | | This partially reverts commit 617b6728d3bf4f3922f87702260d848b9ae88340 | ||||
* | Properly free the device name | Chris Robinson | 2009-10-31 | 2 | -4/+4 |
| | |||||
* | Remove some unneeded buffer fields, make padding a constant amount | Chris Robinson | 2009-10-25 | 1 | -3/+5 |
| | |||||
* | Remove the format and frequency from the source, get them manually | Chris Robinson | 2009-10-25 | 1 | -7/+24 |
| | |||||
* | Small fixups | Chris Robinson | 2009-10-25 | 1 | -9/+10 |
| | |||||
* | Calculate more store only once per loop | Chris Robinson | 2009-10-25 | 1 | -30/+28 |
| | |||||
* | Store the buffer format and frequency in the source when updated | Chris Robinson | 2009-10-25 | 1 | -39/+32 |
| | |||||
* | Retreive and store source params once per mix update | Chris Robinson | 2009-10-25 | 1 | -119/+110 |
| | |||||
* | Remove unneeded bufferlistitem properties | Chris Robinson | 2009-10-25 | 1 | -24/+0 |
| | |||||
* | Try 32-bit float before 16-bit, and stereo before mono | Chris Robinson | 2009-10-24 | 1 | -20/+41 |
| | |||||
* | Store the buffer handle directly in the source and buffer queue list | Chris Robinson | 2009-10-22 | 1 | -8/+6 |
| | |||||
* | Remove unused source fields | Chris Robinson | 2009-10-21 | 1 | -4/+0 |
| | |||||
* | Set the calculated source parameters directly | Chris Robinson | 2009-10-21 | 1 | -40/+36 |
| | |||||
* | Store the calculated source parameters in the source struct | Chris Robinson | 2009-10-21 | 1 | -7/+16 |
| | |||||
* | Don't assume 16-bit samples | Chris Robinson | 2009-10-21 | 1 | -5/+6 |
| | |||||
* | Calculate source filter coefficients with the source parameters | Chris Robinson | 2009-10-21 | 1 | -75/+65 |
| | |||||
* | Remove unnecessary variable | Chris Robinson | 2009-10-21 | 1 | -3/+2 |
| | |||||
* | Make sure the ALSA device list is reset if no cards are found | Chris Robinson | 2009-10-21 | 1 | -11/+4 |
| | |||||
* | Clear the echo and delay lines even if the buffer doesn't change size | Chris Robinson | 2009-10-21 | 2 | -7/+6 |
| | |||||
* | Remove the Frequency field from the context | Chris Robinson | 2009-10-20 | 4 | -15/+17 |
| | |||||
* | Explicitly suspend the context being processed for mixing | Chris Robinson | 2009-10-20 | 1 | -0/+3 |
| | |||||
* | Make sure the context is properly locked while updating slots and sends | Chris Robinson | 2009-10-20 | 1 | -4/+8 |
| | |||||
* | Allow creating multiple contexts on a device | Chris Robinson | 2009-10-20 | 1 | -3/+4 |
| | |||||
* | Make sure the effect slots and source sends are properly updated | Chris Robinson | 2009-10-20 | 1 | -0/+37 |
| | | | | | Slots need to be updated due to possible frequency changes, and source sends need to be updated in case some active sends were disabled | ||||
* | Be more tolerant with resetting the fragment size | Chris Robinson | 2009-10-20 | 1 | -2/+7 |
| | |||||
* | Store a device's contexts in a dynamic array | Chris Robinson | 2009-10-20 | 2 | -16/+52 |
| | |||||
* | Don't try to clamp the listener-to-source velocity for local sources | Chris Robinson | 2009-10-20 | 1 | -10/+11 |
| | | | | Local sources will always have a 0 VLS value | ||||
* | Avoid handling NaN when scaling float samples for output | Chris Robinson | 2009-10-20 | 1 | -3/+3 |
| | |||||
* | Add a method to update device-dependant effect parameters. | Chris Robinson | 2009-10-20 | 2 | -85/+68 |
| | | | | The effect state's update method will be called afterwards | ||||
* | Reduce indentation for CalcSourceParams | Chris Robinson | 2009-10-19 | 1 | -264/+265 |
| | |||||
* | Be context-agnostic in the effect Create functions | Chris Robinson | 2009-10-19 | 2 | -89/+164 |
| | | | | | | | This allows the effect Update functions to handle the playback frequency being changed. By default the effects assume a maximum frequency of 192khz, however, it can go higher at the cost of the sample buffers being cleared and the risk of an abort() if reallocation fails | ||||
* | EINTR is not a fatal write error | Chris Robinson | 2009-10-19 | 2 | -3/+3 |
| | |||||
* | Fix OSS and Solaris playback loop check | Chris Robinson | 2009-10-17 | 2 | -2/+2 |
| | |||||
* | Remove duplicate check in ALSA mmap playback | Chris Robinson | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | Make the dry buffer part of the device | Chris Robinson | 2009-10-09 | 1 | -1/+2 |
| | |||||
* | Rename SetALCError for consistency | Chris Robinson | 2009-10-07 | 6 | -59/+59 |
| | |||||
* | Add missing ) in pulseaudio backend | Chris Robinson | 2009-10-02 | 1 | -1/+1 |
| |