Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store ALC errors with the device when possible | Chris Robinson | 2009-12-28 | 7 | -73/+74 |
| | |||||
* | Remove some unneeded functions | Chris Robinson | 2009-12-28 | 1 | -33/+5 |
| | |||||
* | Add a function to check if a config option is set to a non-empty value | Chris Robinson | 2009-12-28 | 6 | -9/+18 |
| | |||||
* | Enforce a lower bound playback frequency of 8khz | Chris Robinson | 2009-12-28 | 1 | -4/+4 |
| | |||||
* | Improve layout parsing and allow using long names for speakers | Chris Robinson | 2009-12-28 | 1 | -19/+21 |
| | |||||
* | Add an option to spawn a PulseAudio server on request | Chris Robinson | 2009-12-28 | 2 | -1/+14 |
| | |||||
* | Be more lenient in signaling the mainloop | Chris Robinson | 2009-12-28 | 1 | -10/+7 |
| | |||||
* | Try to find a compatible format from Pulse's default sink | Chris Robinson | 2009-12-27 | 1 | -3/+90 |
| | |||||
* | Update panning for existing AL contexts when creating a new one | Chris Robinson | 2009-12-26 | 1 | -2/+2 |
| | |||||
* | A NULL Pulse context won't have a valid error code | Chris Robinson | 2009-12-26 | 1 | -2/+1 |
| | |||||
* | Wait for the buffer attrib update from pulse to finish | Chris Robinson | 2009-12-26 | 1 | -1/+4 |
| | |||||
* | Consolidate pulse capture failure path | Chris Robinson | 2009-12-26 | 1 | -24/+14 |
| | |||||
* | Make sure a proper channel map is set for pulse capture | Chris Robinson | 2009-12-26 | 1 | -1/+11 |
| | |||||
* | Clean up some loading checks | Chris Robinson | 2009-12-26 | 4 | -35/+33 |
| | |||||
* | Use the proper logging function | Chris Robinson | 2009-12-26 | 1 | -1/+1 |
| | |||||
* | Start and stop PortAudio's stream in the proper methods | Chris Robinson | 2009-12-26 | 1 | -16/+15 |
| | |||||
* | GetConfigValueBool should take an int, not a float | Chris Robinson | 2009-12-26 | 2 | -2/+2 |
| | |||||
* | Shorten a long line | Chris Robinson | 2009-12-26 | 1 | -1/+5 |
| | |||||
* | Capture as much as possible directly from PulseAudio | Chris Robinson | 2009-12-25 | 1 | -36/+84 |
| | |||||
* | Add missing newline | Chris Robinson | 2009-12-25 | 1 | -1/+1 |
| | |||||
* | Undefine no longer needed macro | Chris Robinson | 2009-12-25 | 1 | -0/+1 |
| | |||||
* | Fix incorrect error check | Chris Robinson | 2009-12-25 | 1 | -1/+1 |
| | |||||
* | Only use pa_stream_set_buffer_attr_callback when available (0.9.15+) | Chris Robinson | 2009-12-25 | 1 | -3/+10 |
| | |||||
* | Use pa_stream_begin_write when available for "zero-copy" writing | Chris Robinson | 2009-12-25 | 1 | -2/+36 |
| | | | | | Must be compiled against 0.9.16 or newer to be available. It will fall back to the old method if the function is not available at run-time. | ||||
* | Check error returns instead of error string | Chris Robinson | 2009-12-25 | 1 | -21/+21 |
| | |||||
* | Mark the source for updating when setting a buffer on it | Chris Robinson | 2009-12-25 | 1 | -0/+7 |
| | | | | | | Changing the buffer can change the playback format, which can require different source parameter calculations. Queueing a buffer on a source that has no buffers (or only buffers without a format, eg. buffer 0) has the same effect | ||||
* | Use a 64-bit value to scale potentially-large numbers | Chris Robinson | 2009-12-24 | 3 | -12/+16 |
| | |||||
* | Use the Pulse server-specified playback rate by default | Chris Robinson | 2009-12-24 | 1 | -1/+28 |
| | |||||
* | Use pa_xmalloc instead of pa_xmalloc0 | Chris Robinson | 2009-12-24 | 1 | -4/+6 |
| | |||||
* | Update pulse capture ring buffer in 25ms chunks | Chris Robinson | 2009-12-24 | 1 | -1/+2 |
| | |||||
* | Don't force latency adjustment with PulseAudio | Chris Robinson | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | Don't render mono as stereo | Chris Robinson | 2009-12-21 | 2 | -24/+24 |
| | |||||
* | Scale samples down when converting stereo to mono | Chris Robinson | 2009-12-21 | 1 | -2/+5 |
| | |||||
* | Improve some indentations | Chris Robinson | 2009-12-20 | 1 | -21/+18 |
| | |||||
* | Properly retrieve the device frequency | Chris Robinson | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | Fix header comment for AL_PITCH | Chris Robinson | 2009-12-16 | 1 | -2/+1 |
| | |||||
* | Improve initial decay calculations for sends to reverb | Chris Robinson | 2009-12-10 | 1 | -11/+8 |
| | |||||
* | Use the specified reverb air absorption value for wet sends | Chris Robinson | 2009-12-10 | 1 | -18/+23 |
| | |||||
* | Track whether a context is suspended or not | Chris Robinson | 2009-12-09 | 2 | -4/+11 |
| | |||||
* | Store the source state locally after making sure it needs mixing | Chris Robinson | 2009-12-09 | 1 | -7/+7 |
| | |||||
* | Fix IMA ADPCM offset calculation | Chris Robinson | 2009-12-09 | 1 | -2/+2 |
| | |||||
* | Prettify CMake checks for compiler switches | Chris Robinson | 2009-12-09 | 2 | -0/+61 |
| | |||||
* | Move the pkg-config file to the base directory | Chris Robinson | 2009-12-09 | 2 | -3/+3 |
| | |||||
* | Use an inline function to calculate the low-pass filter coefficient | Chris Robinson | 2009-12-09 | 3 | -54/+29 |
| | |||||
* | Split non-attenuated source calculations into a separate function | Chris Robinson | 2009-12-09 | 1 | -84/+105 |
| | |||||
* | Fix typo for reverb creation | Chris Robinson | 2009-12-09 | 1 | -1/+1 |
| | |||||
* | Add a head-dampening option | Chris Robinson | 2009-12-08 | 4 | -6/+40 |
| | | | | | This simulates occlusion of the player's head for sounds coming from behind, when outputing to mono or stereo | ||||
* | Store the original pre-clamped distance instead of re-computing it | Chris Robinson | 2009-12-08 | 1 | -4/+3 |
| | |||||
* | Use the correct wet filter history offset | Chris Robinson | 2009-12-07 | 1 | -1/+1 |
| | |||||
* | Internally store 32-bit float buffer data, and mix accordingly | Chris Robinson | 2009-12-07 | 4 | -64/+63 |
| |