MathewHDYT
MathewHDYT
Unity Audio Manager is a plugin that allows to easily manipulate music in multiple ways. The source code is open source [UAM](https://github.com/MathewHDYT/Unity-Audio-Manager) and includes a detailed documentation on the [Github...
Unity Audio Manager is a plugin that allows to easily manipulate music in multiple ways. The source code is open source [UAM](https://github.com/MathewHDYT/Unity-Audio-Manager) and includes a detailed documentation on the [Github...
Internal library implementation as well as internal private members have been adjusted to utilise the stack as far as possible. Meaning if `THINGSBOARD_ENABLE_DYNAMIC` is not enabled, then the internal callbacks...
Unity Audio Manager is a plugin that allows to easily manipulate music in multiple ways. The source code is open source [UAM](https://github.com/MathewHDYT/Unity-Audio-Manager) and includes a detailed documentation on the [Github...
Fixed the library and it's examples for boards that do not support the C++ STL, like Arduino Uno or AVR Mega. OTA should now be compatible with Arduino boards and...
Improved the underlying `IMQTT _Client` Interface, with the option to either subscribe a callback that is informed whenever the underyling connection changes state (Connected, Connecting, Disconnected, Disconencting) or to directly...