aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/wave.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling through the vtable in the backendsChris Robinson2018-11-131-2/+2
* Use a vector in the wave backendChris Robinson2018-11-111-30/+13
* Use C++ threads in the null and wave backendsChris Robinson2018-11-111-21/+21
* Use standard timing methods for the null and wave backendsChris Robinson2018-11-101-30/+31
* Get rid of the last few al_fopen callsChris Robinson2018-11-101-6/+10
* Add missing consttructor and destructor calls for the wave backendChris Robinson2018-11-091-0/+2
* Convert the wave backend to C++Chris Robinson2018-11-091-0/+461