Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing include | Chris Robinson | 2018-12-08 | 1 | -0/+1 |
| | |||||
* | A bit more cleanup | Chris Robinson | 2018-12-08 | 1 | -21/+15 |
| | |||||
* | Use member functions for BFormatDec and AmbiUpsampler | Chris Robinson | 2018-12-08 | 4 | -129/+122 |
| | |||||
* | Clean up some more loops | Chris Robinson | 2018-12-08 | 3 | -53/+55 |
| | |||||
* | Inline a simple method | Chris Robinson | 2018-12-08 | 2 | -8/+1 |
| | |||||
* | Avoid using the deprecated mem_fun_ref method | Chris Robinson | 2018-12-07 | 1 | -1/+1 |
| | |||||
* | Add fourth-order methods to the NFC filter | Chris Robinson | 2018-12-07 | 2 | -118/+119 |
| | | | | Unused, but it finishes out the currently possible implementations. | ||||
* | Use a constructor instead of a macro to initialize AsyncEvent | Chris Robinson | 2018-12-06 | 2 | -4/+4 |
| | |||||
* | Remove some more explicit loops | Chris Robinson | 2018-12-05 | 1 | -19/+21 |
| | |||||
* | Use class methods for BandSplitter and SplitterAllpass filters | Chris Robinson | 2018-12-05 | 6 | -65/+60 |
| | |||||
* | Use class methods for the NFC filters | Chris Robinson | 2018-12-05 | 5 | -140/+139 |
| | |||||
* | Use class methods for the biquad filter | Chris Robinson | 2018-12-04 | 9 | -153/+146 |
| | |||||
* | Avoid using AL types with the filters | Chris Robinson | 2018-12-04 | 4 | -48/+48 |
| | |||||
* | Avoid some more explicit loops in the filters | Chris Robinson | 2018-12-04 | 3 | -61/+53 |
| | |||||
* | Avoid more explicit loops | Chris Robinson | 2018-12-04 | 1 | -20/+21 |
| | |||||
* | Increase the async event queue size | Chris Robinson | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Handle EventType_BufferCompleted uniquely | Chris Robinson | 2018-12-04 | 1 | -18/+9 |
| | |||||
* | Avoid a few more explicit loops | Chris Robinson | 2018-12-04 | 1 | -19/+22 |
| | |||||
* | Read atomic variables in the reverse order they're set | Chris Robinson | 2018-12-04 | 1 | -6/+5 |
| | |||||
* | Improve some checks for compiler analysis | Chris Robinson | 2018-12-02 | 1 | -1/+2 |
| | |||||
* | Avoid a few more explicit loops | Chris Robinson | 2018-12-02 | 1 | -43/+41 |
| | |||||
* | Use a lambda to apply the NFC mixes | Chris Robinson | 2018-12-01 | 1 | -19/+18 |
| | |||||
* | Rework source sample counting for mixing a bit | Chris Robinson | 2018-12-01 | 1 | -19/+27 |
| | |||||
* | Try to pacify MSVC's missing a suitable default constructor | Chris Robinson | 2018-12-01 | 2 | -24/+22 |
| | |||||
* | Handle source state changed events uniquely in the event loop | Chris Robinson | 2018-11-30 | 1 | -23/+4 |
| | | | | | To avoid the need of constructing the string in the mixer thread, which is commonly formatted anyway. | ||||
* | Use std::array for the voice's PrevSamples | Chris Robinson | 2018-11-30 | 2 | -6/+8 |
| | |||||
* | Improve construction and destruction of ALvoices | Chris Robinson | 2018-11-30 | 2 | -21/+54 |
| | |||||
* | Don't bother making ALvoiceProps dynamically sized | Chris Robinson | 2018-11-30 | 2 | -29/+15 |
| | |||||
* | Store the source ID with the voice instead of the source pointer | Chris Robinson | 2018-11-29 | 2 | -12/+12 |
| | |||||
* | Pass the desired resampler to CreateSampleConverter | Chris Robinson | 2018-11-28 | 3 | -6/+12 |
| | |||||
* | Clean up the converter a bit | Chris Robinson | 2018-11-28 | 2 | -64/+61 |
| | |||||
* | Remove an improper Connected check | Chris Robinson | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | Avoid the update size going to 0 with a relatively large device period | Chris Robinson | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | Don't bother with (really) old pulseaudio headers | Chris Robinson | 2018-11-28 | 1 | -19/+0 |
| | |||||
* | Don't sever a paused source from its voice on disconnect | Chris Robinson | 2018-11-28 | 1 | -9/+10 |
| | |||||
* | Attempt to reconnect lost devices with alcResetDeviceSOFT | Chris Robinson | 2018-11-28 | 1 | -7/+19 |
| | | | | | | | | | | | Be aware there's currently possible race conditions with PulseAudio's callbacks (the state callbacks need to be cleared while not playing). Also paused sources will assert/crash if attempted to play again without being explicitly stopped or rewound first. Both of these will eventually be fixed (though a paused source's offset will be lost regardless). | ||||
* | Reduce some indentation | Chris Robinson | 2018-11-28 | 1 | -31/+26 |
| | |||||
* | Avoid some explicit loops | Chris Robinson | 2018-11-28 | 1 | -12/+17 |
| | |||||
* | Avoid an unnecessary lambda | Chris Robinson | 2018-11-28 | 1 | -3/+1 |
| | |||||
* | Small cleanup for ~ALCcontext_struct | Chris Robinson | 2018-11-27 | 2 | -18/+18 |
| | |||||
* | Clean up the JACK backend | Chris Robinson | 2018-11-27 | 1 | -169/+186 |
| | |||||
* | Add a unique_ptr alias for the ringbuffer | Chris Robinson | 2018-11-27 | 1 | -0/+8 |
| | |||||
* | Replace last uses of alsem_t with al::semaphore | Chris Robinson | 2018-11-27 | 3 | -30/+16 |
| | |||||
* | Make and use a semaphore class | Chris Robinson | 2018-11-27 | 4 | -8/+5 |
| | |||||
* | Swap context references in the move assignment | Chris Robinson | 2018-11-27 | 1 | -6/+1 |
| | |||||
* | Remove althrd_yield | Chris Robinson | 2018-11-26 | 3 | -4/+6 |
| | |||||
* | Use a standard mutex for the remaining locks | Chris Robinson | 2018-11-26 | 1 | -7/+0 |
| | |||||
* | Use a standard mutex for the source and effect slot locks | Chris Robinson | 2018-11-26 | 2 | -9/+4 |
| | |||||
* | Use a standard mutex for the proplock | Chris Robinson | 2018-11-26 | 2 | -6/+3 |
| | |||||
* | Use a standard mutex for the backend lock | Chris Robinson | 2018-11-26 | 1 | -24/+20 |
| |