aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove a couple outdated commentsChris Robinson2020-04-031-2/+2
* | Some more ALfloat->float cleanupChris Robinson2020-04-032-25/+25
* | Use structs for the mixer and resampler tagsChris Robinson2020-04-039-24/+61
* | Avoid using ALfloat in the mixer functionsChris Robinson2020-04-036-48/+48
* | Another small cleanupChris Robinson2020-04-032-8/+7
* | Jump to the target gain if the fade amount is smallChris Robinson2020-04-033-6/+12
* | Avoid unnecessary duplication in the resamplersChris Robinson2020-04-033-47/+34
* | Remove the now-unused bsincgenChris Robinson2020-04-023-396/+5
* | Fix bsinc filter alignment and offsetsChris Robinson2020-04-021-3/+3
* | Avoid std::abs in a constexpr functionChris Robinson2020-04-021-1/+1
* | Generate the bsinc tables using constexpr methodsChris Robinson2020-04-029-12/+380
* | Avoid using M_PIChris Robinson2020-04-012-16/+9
* | Report better latency when PulseAudio has no timing infoChris Robinson2020-03-301-5/+5
* | Inline a small helper methodChris Robinson2020-03-302-24/+24
* | Get rid of a redundant enumChris Robinson2020-03-3034-69/+64
* | Return the enumerated device names from the backendChris Robinson2020-03-3034-144/+192
* | Hold the ListLock while opening a deviceChris Robinson2020-03-301-0/+2
* | Remove use of unnecessary type aliasesChris Robinson2020-03-303-22/+22
* | Move the FrontStablizer definition to its own headerChris Robinson2020-03-305-15/+28
* | Inline a couple BackendBase methodsChris Robinson2020-03-302-8/+3
* | Remove the mutex from the backend baseChris Robinson2020-03-295-12/+17
* | Remove the QSA backendChris Robinson2020-03-296-1040/+0
* | Reset real-time priority on forkChris Robinson2020-03-291-2/+7
* | Protect the call to pa_mainloop_quit with the mutexChris Robinson2020-03-291-1/+4
* | Stop updating effects when one failsChris Robinson2020-03-291-19/+14
* | Make some functions private methodsChris Robinson2020-03-281-19/+19
* | Rename ALvoice and related structs to VoiceChris Robinson2020-03-286-124/+122
* | Get rid of MAX_INPUT_CHANNELSChris Robinson2020-03-282-8/+10
* | Avoid AL[C]boolean for internal useChris Robinson2020-03-2814-38/+37
* | Use a standard bool instead of ALbooleanChris Robinson2020-03-2814-44/+44
* | Avoid using more unnecessary type aliasesChris Robinson2020-03-281-76/+76
* | Merge pull request #405 from aaronmjacobs/cmake-fixeskcat2020-03-283-3/+3
|\ \
| * | Fix find_package_handle_standard_args name mismatch warningsAaron Jacobs2020-03-283-3/+3
|/ /
* | Merge pull request #404 from jhasse/cmake-no-cxx-compilerkcat2020-03-271-1/+1
|\ \
| * | Don't require a C++ compiler for native-toolsJan Niklas Hasse2020-03-271-1/+1
|/ /
* | Make sure prebuf is filled when starting pulseaudio playbackChris Robinson2020-03-271-1/+25
* | Use "zero-copy" writes with pulseaudio playbackChris Robinson2020-03-261-6/+20
* | Avoid some extraneous uses of AL type aliasesChris Robinson2020-03-251-88/+88
* | Move some setup to a more logical placeChris Robinson2020-03-252-34/+34
* | Dynamically allocate voice channel dataChris Robinson2020-03-255-71/+61
* | Convert the examples from SDL_sound to libsndfileChris Robinson2020-03-249-880/+311
* | Use libsndfile for the alplay exampleChris Robinson2020-03-243-59/+82
* | Avoid non-namespace template specializationChris Robinson2020-03-241-7/+11
* | Clear the WASAPI device list when enumeratingChris Robinson2020-03-241-15/+12
* | Don't send close messages for unopened WASAPI devicesChris Robinson2020-03-241-2/+10
* | Remove some unused functionsChris Robinson2020-03-231-64/+3
* | Clean up ALfilter someChris Robinson2020-03-232-140/+149
* | Add a macro to disable class-specific new/deleteChris Robinson2020-03-237-0/+19
* | Use inline initialization more for sourcesChris Robinson2020-03-232-89/+46
* | Avoid ## in a macroChris Robinson2020-03-231-6/+6