Files
miniaudio/examples
David Reid 58166e2267 API CHANGE: Updates to custom backends.
Custom backends must now use the `ma_device_backend_vtable` object to
define their callbacks. All of these functions are largely the same,
except they all now take a `void*` as their first parameter which
represents the user data pointer.

The ma_backend_callbacks parameter has been removed from onContextInit
which means you must now statically define your callbacks in the
ma_device_backend_vtable object that you pass into the context config.

The `custom` member of the context config has been replaced with a new
set of members to support the ability to plug in multiple vtables.
2023-04-01 12:06:52 +10:00
..
2022-01-20 17:20:26 +10:00
2023-01-14 10:33:24 +11:00
2022-10-02 13:20:29 +10:00
2021-08-14 19:18:26 +10:00
2022-01-01 16:25:36 +10:00
2021-12-18 13:14:57 +10:00