aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/panning.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use a regular char* for the device's nameChris Robinson2018-11-151-17/+9
|
* Pass a normal const char* to EnumerateHrtfChris Robinson2018-11-151-1/+1
|
* Make the enumerated HRTF entry name a char*Chris Robinson2018-11-121-3/+3
| | | | | Would ideally be a std::string with the HRTF name itself, but they're still seen in C code.
* Use a regular char* for the HRTF string nameChris Robinson2018-11-121-7/+18
|
* Convert ambdec.c to C++Chris Robinson2018-11-031-18/+15
|
* Convert panning.c to C++Chris Robinson2018-11-031-0/+1236