aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/coreaudio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Alc to alcChris Robinson2019-07-281-709/+0
* Rename alMain.h to alcmain.hChris Robinson2019-07-281-1/+1
* Remove the UNUSED macroChris Robinson2019-07-281-6/+5
* Don't log the function or prefixChris Robinson2019-06-041-2/+0
* Specify the buffer size as itself instead of the period countChris Robinson2019-04-261-1/+1
* Rename DevProbe enum namesChris Robinson2019-03-191-2/+2
* Avoid using internal AL[u]int64 typesChris Robinson2019-02-111-3/+3
* Use member functions for the sample and channel convertersChris Robinson2018-12-291-4/+3
* Return a unique_ptr for the backendChris Robinson2018-12-291-3/+3
* Make the backend type an enum classChris Robinson2018-12-291-5/+5
* Get CoreAudio capture samples in one callChris Robinson2018-12-281-22/+21
* Convert the backends to use proper inheritenceChris Robinson2018-12-281-170/+121
* Turn more methods into member functionsChris Robinson2018-12-271-9/+13
* Make some ancillary methods into member functionsChris Robinson2018-12-271-54/+71
* Get rid of the unnecessary STATIC_(UP)CAST macrosChris Robinson2018-12-271-10/+7
* Use a proper constructor/destructor for the ALCbackend baseChris Robinson2018-12-271-6/+6
* Return unique_ptrs instead of raw pointersChris Robinson2018-12-271-4/+4
* Simplify resampling with CoreAudio captureChris Robinson2018-12-271-181/+136
* Clean up the ring buffer struct and use member functionsChris Robinson2018-12-261-5/+8
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-1/+1
* Use a normal delete instead of ll_ringbuffer_freeChris Robinson2018-12-221-13/+7
* Use inline methods for the device format sizesChris Robinson2018-12-191-2/+2
* Avoid several uses of memsetChris Robinson2018-12-081-1/+1
* Rename some struct membersChris Robinson2018-11-261-92/+92
* Make ll_ringbuffer_write/read take void*/const void*Chris Robinson2018-11-191-3/+2
* Use a std::string for the device nameChris Robinson2018-11-181-5/+2
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-2/+2
* Convert the CoreAudio backend factoryChris Robinson2018-11-151-39/+13
* 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 CoreAudio backend to C++Chris Robinson2018-11-131-0/+820