FMOD: Fixes for playing samples
Doomsday provides 8-bit samples in unsigned format,which means they must be converted to signed 8-bit beforeloading.
Release Sounds after they are no longer used. Debugbuilds keep track of FMOD memory.
View differences
FMOD: Fixes for playing samples
Doomsday provides 8-bit samples in unsigned format,
which means they must be converted to signed 8-bit before
loading.
Release Sounds after they are no longer used. Debug
builds keep track of FMOD memory.