Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support floating point capture for backends that can handle it | Chris Robinson | 2009-09-21 | 1 | -0/+3 |
| | |||||
* | Store the number of periods in the device instead of the buffer size | Chris Robinson | 2009-09-16 | 1 | -6/+2 |
| | | | | Also keep all the fields in sync | ||||
* | Remove unnecessary parameters, and rename methods | Chris Robinson | 2009-09-16 | 1 | -6/+4 |
| | |||||
* | Pass the device to aluMixData | Chris Robinson | 2009-09-15 | 1 | -4/+1 |
| | |||||
* | Pass the frame count to aluMixData | Chris Robinson | 2009-09-15 | 1 | -1/+2 |
| | |||||
* | Remove unnecessary vars and rework device name checks | Chris Robinson | 2009-08-27 | 1 | -12/+22 |
| | |||||
* | Rebuild device lists when retrieving them | Chris Robinson | 2009-08-27 | 1 | -7/+18 |
| | |||||
* | Close some libs when deinitializing | Chris Robinson | 2009-08-27 | 1 | -0/+6 |
| | |||||
* | Store a copy of the device name in the device | Chris Robinson | 2009-08-27 | 1 | -3/+3 |
| | |||||
* | Store copies of the device names in the individual backends | Chris Robinson | 2009-08-27 | 1 | -5/+5 |
| | |||||
* | Add a method to deinitialize backends | Chris Robinson | 2009-08-26 | 1 | -0/+4 |
| | |||||
* | Define PATH_MAX if it isn't already | Chris Robinson | 2009-08-19 | 1 | -0/+4 |
| | |||||
* | Support 32-bit float output | Chris Robinson | 2009-08-15 | 1 | -0/+3 |
| | |||||
* | Calculate the buffer size and frame size when needed | Chris Robinson | 2009-08-14 | 1 | -10/+15 |
| | |||||
* | Remove unnecessary function parameters | Chris Robinson | 2009-08-13 | 1 | -8/+5 |
| | |||||
* | Create PulseAudio's playback stream when the AL context is created | Chris Robinson | 2009-08-13 | 1 | -130/+210 |
| | |||||
* | Allow delaying playback start until context creation, and don't use ↵ | Chris Robinson | 2009-08-13 | 1 | -2/+18 |
| | | | | | | | UpdateSize to store the buffer size This will make it possible to support the context attributes (frequency, refresh, etc) for some backends | ||||
* | Don't load functions if libpulse failed to open | Chris Robinson | 2009-07-07 | 1 | -0/+4 |
| | |||||
* | Do not open pulseaudio if it didn't load | Chris Robinson | 2009-05-19 | 1 | -0/+7 |
| | |||||
* | Dynamically load PulseAudio | Chris Robinson | 2009-05-19 | 1 | -75/+188 |
| | |||||
* | Prevent spawning PulseAudio if it's not already running | Chris Robinson | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | Add a PulseAudio backend | Chris Robinson | 2009-04-16 | 1 | -0/+475 |