aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/portaudio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the unnecessary STATIC_(UP)CAST macrosChris Robinson2018-12-271-11/+8
* Use a proper constructor/destructor for the ALCbackend baseChris Robinson2018-12-271-6/+6
* Return unique_ptrs instead of raw pointersChris Robinson2018-12-271-1/+1
* Clean up the ring buffer struct and use member functionsChris Robinson2018-12-261-4/+7
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-1/+1
* Use a normal delete instead of ll_ringbuffer_freeChris Robinson2018-12-221-12/+6
* Use inline methods for the device format sizesChris Robinson2018-12-191-2/+2
* Rename some struct membersChris Robinson2018-11-261-67/+62
* Make ll_ringbuffer_write/read take void*/const void*Chris Robinson2018-11-191-2/+2
* Use a std::string for the device nameChris Robinson2018-11-181-6/+2
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-2/+2
* Convert the PortAudio backend factoryChris Robinson2018-11-151-83/+63
* Use a regular char* for the device's nameChris Robinson2018-11-151-2/+4
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-3/+4
* Convert the PortAudio backend to C++Chris Robinson2018-11-121-0/+559