[b:1za1xk2q]Detailed description:[/b:1za1xk2q]
If FMOD seems to be using ever-increasing amounts of memory as a game runs, it is very likely due to loaded event data not being never being released.
[b:1za1xk2q]Solution 1:[/b:1za1xk2q]
1. Call EventGroup::freeEventData to release wavedata.
It is important to make this call for all events, including those that have streaming content.
[b:1za1xk2q]Notes:[/b:1za1xk2q]
More information about EventGroup::freeEventData can be found in the ‘EventGroup::freeEventData’ section of the FMOD Programmer’s API Documentation.
- Joseph Harvey asked 7 years ago
- You must login to post comments
Your Answer
Please login first to submit.