- Added an option to load from stream or from byte buffer for
LoadSound
,LoadStreamedSound
andLoadBank
.
- Made constructors for
Attributes3D
,Bank
,Bus
,EventDescription
,EventInstance
,VCA
,Channel
,Sound
public instead of internal. - Updated to FMOD 2.02.25
- Migrated to NET8.
- Added
Position3D
,Velocity3D
,MinDistance
,MaxDistance
toEventInstance
.
- Fixed 3D sound attibutes not being set properly when using Fmod Studio.
- Renamed to FmodForFoxes.
- Migrated to .NET6.
- Renamed
TriggerCue
toKeyOff
. - Renamed
FMODManager
toFmodManager
. - Replaced the
NativeLibraryLoader
class withINativeLibraryLoader
.
- Added fmod_errors header.
- Removed shared projects.
- Updated to FMOD 2.02.08
- Changed the license to MIT.
- Added FMOD Studio support.
- Reworked the overall API.
- Removed
fmod.jar
from the Android library.