aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/oboe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change a couple functions into member functionsChris Robinson2020-08-071-1/+1
* Move a couple related functions to the backend baseChris Robinson2020-06-121-1/+1
* Don't return a bool from the backend start methodChris Robinson2020-04-281-4/+3
* Set the device name in the Oboe backendChris Robinson2020-04-201-0/+2
* Trace the opened Oboe stream propertiesChris Robinson2020-04-191-6/+6
* More gracefully relax the Oboe format requestChris Robinson2020-04-191-21/+23
* Try to be more robust with the Oboe formatChris Robinson2020-04-181-8/+45
* Initial implementation for Oboe-based playbackChris Robinson2020-04-181-4/+185
* Add an Oboe backend stubChris Robinson2020-04-181-0/+28