Update FMOD to v2.03.06

- Fixed a bug that caused audioСlip preview volume to reset when selecting an asset
- Added some native libs for linux-arm64, win-arm64
This commit is contained in:
VaDiM
2025-03-21 00:40:42 +03:00
parent bc0e32efec
commit 47d67e0a49
23 changed files with 2066 additions and 1479 deletions

View File

@ -0,0 +1,8 @@
namespace WavHelper
{
public enum WavAudioFormat : ushort
{
PCM = 1,
IEEEfloat = 3,
}
}