| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary includes | Chris Robinson | 2020-12-24 | 4 | -8/+0 |
* | Move alexcpt to core | Chris Robinson | 2020-12-24 | 17 | -17/+1 |
* | Avoid some more AL types | Chris Robinson | 2020-12-24 | 1 | -4/+4 |
* | Avoid AL/ALC types in the backends | Chris Robinson | 2020-12-17 | 17 | -273/+274 |
* | Don't use ALC error enums for the backend error code | Chris Robinson | 2020-12-17 | 18 | -172/+222 |
* | Move the AL error enum out of base_exception | Chris Robinson | 2020-12-17 | 1 | -1/+4 |
* | Don't return an enum from captureSamples | Chris Robinson | 2020-12-17 | 12 | -108/+83 |
* | Move logging to core | Chris Robinson | 2020-12-17 | 17 | -18/+17 |
* | Make sure to stop ALSA playback when the backend stops | Chris Robinson | 2020-12-12 | 1 | -0/+3 |
* | Add a gain argument to altonegen (#502) | Eliot Miranda | 2020-12-04 | 1 | -1/+1 |
* | Change a couple macros into constexpr variables | Chris Robinson | 2020-11-28 | 1 | -1/+1 |
* | Fix a UInt32 variable type | Chris Robinson | 2020-11-24 | 1 | -1/+1 |
* | Fill all buffers for CoreAudio playback | Chris Robinson | 2020-11-24 | 1 | -2/+6 |
* | Disable buffer allocation with CoreAudio capture | Chris Robinson | 2020-11-24 | 1 | -0/+8 |
* | Ceil the scaled buffer size instead of round | Chris Robinson | 2020-11-23 | 1 | -1/+3 |
* | Fix buffer offset for the second conversion | Chris Robinson | 2020-11-23 | 1 | -1/+1 |
* | Fix capture buffer size scaling in CoreAudio | Chris Robinson | 2020-11-23 | 1 | -5/+5 |
* | Use kAudioUnitScope_Global to get the maximum frame size | Chris Robinson | 2020-11-23 | 1 | -1/+1 |
* | Use clearer variable names | Chris Robinson | 2020-11-20 | 1 | -1/+1 |
* | Don't try to override the CoreAudio maximum capture slice | Chris Robinson | 2020-11-19 | 1 | -20/+28 |
* | Add missing include for the CoreAudio backend | Chris Robinson | 2020-11-05 | 1 | -0/+1 |
* | Use inline functions for popcnt and ctz instead of macros | Chris Robinson | 2020-10-13 | 2 | -2/+2 |
* | Be more robust with to-mono channel conversions | Chris Robinson | 2020-10-05 | 1 | -16/+52 |
* | Cast the ringbuffer size to the correct type | Chris Robinson | 2020-10-05 | 1 | -1/+1 |
* | Fix a variable name | Chris Robinson | 2020-10-05 | 1 | -53/+53 |
* | Simplify some DSound capture math | Chris Robinson | 2020-10-03 | 1 | -5/+5 |
* | Round (and clamp) the reftime instead of ceiling it | Chris Robinson | 2020-09-12 | 1 | -3/+3 |
* | Avoid repeating string literals | Chris Robinson | 2020-09-11 | 1 | -5/+7 |
* | Recognize GUID name strings with the DSound backend | Chris Robinson | 2020-09-10 | 1 | -8/+22 |
* | Allow JACK to enumerate custom devices | Chris Robinson | 2020-09-10 | 1 | -4/+75 |
* | Use an RAII wrapper to manage COM object references | Chris Robinson | 2020-09-05 | 1 | -87/+111 |
* | Avoid duplicate WASAPI devices by matching GUIDs | Chris Robinson | 2020-09-04 | 1 | -33/+31 |
* | Use a separate structure for buffer storage | Chris Robinson | 2020-08-28 | 1 | -2/+2 |
* | Use a wait predicate instead of a while loop | Chris Robinson | 2020-08-12 | 1 | -2/+1 |
* | Change a couple functions into member functions | Chris Robinson | 2020-08-07 | 16 | -67/+62 |
* | Cleanup OSS enumeration and fix duplicate names | Chris Robinson | 2020-08-07 | 1 | -55/+39 |
* | Add an option to auto-connect JACK ports | Chris Robinson | 2020-08-05 | 1 | -11/+14 |
* | Use std::array instead of some C-style arrays | Chris Robinson | 2020-08-05 | 1 | -23/+22 |
* | Use a predicate instead of a while loop | Chris Robinson | 2020-07-23 | 1 | -3/+3 |
* | Set channel labels from WFX channel masks | Chris Robinson | 2020-06-15 | 5 | -118/+129 |
* | Print the name of unhandled PulseAudio channels | Chris Robinson | 2020-06-15 | 1 | -1/+3 |
* | Remove the Lower channel labels and rename the Upper labels | Chris Robinson | 2020-06-15 | 1 | -7/+7 |
* | Don't bother with otherwise unused Aux channels | Chris Robinson | 2020-06-15 | 2 | -58/+37 |
* | Move a couple related functions to the backend base | Chris Robinson | 2020-06-12 | 18 | -18/+145 |
* | Check the returned sample endianess with sndio | Chris Robinson | 2020-06-07 | 1 | -0/+6 |
* | Fix a return value | Chris Robinson | 2020-06-07 | 1 | -1/+1 |
* | Use a safer layout if sndio changes the channel count | Chris Robinson | 2020-06-07 | 1 | -61/+78 |
* | sndio: Support more than 2 channels | Daniel Gibson | 2020-06-07 | 1 | -2/+32 |
* | Don't return a bool from the backend start method | Chris Robinson | 2020-04-28 | 18 | -198/+120 |
* | Set the device name in the Oboe backend | Chris Robinson | 2020-04-20 | 1 | -0/+2 |