raysan5 / raylib

A simple and easy-to-use library to enjoy videogames programming

Home Page:http://www.raylib.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[raudio] `MA_ON_THREAD_ENTRY` and `MA_ON_THREAD_EXIT` are not exposed

KislyjKisel opened this issue · comments

Please, before submitting a new issue verify and check:

  • I tested it on latest raylib version from master branch
  • I checked there is no similar issue already reported
  • I checked the documentation on the wiki
  • My code has no errors or misuse of raylib

Issue description

These preprocessor macros allow users of miniaudio to initialize thread-local state in audio threads. For example, this may be required for some language runtimes to be usable in audio stream callbacks.