What's new in SG Com 5.2?
Lighter character control files
SG Com 5.2 is compatible with character control files produced in SGX Studio 4.5. Character setup is training-free, and character control files are now smaller, due to the absence of the neural network. See What’s new in SGX 4.5.
API changes
In the SG_COM_Error enum, two new error types have been added:
Error | Description |
| The SG Com context is not initialized. Call SG_COM_Initialize() first. |
| The SG Com context is already initialized. Call SG_COM_Shutdown() first. |
Auto-mode change notifications always happen
The SG_COM_Status messageSG_COM_STATUS_AUTO_MODE_CHANGED is now emitted regardless of whether any auto modes are activated. This is helpful for developers that want to use information from SG Com automatic event detection but do not want behavior modes to be triggered automatically; e.g., they would rather combine the acoustic event detection with other sources of information to decide the behavior mode.