AssetStudio/AssetStudioUtility/Audio/WavHelper/AudioFormat.cs
VaDiM 47d67e0a49 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
2025-03-22 19:01:06 +03:00

9 lines
119 B
C#

namespace WavHelper
{
public enum WavAudioFormat : ushort
{
PCM = 1,
IEEEfloat = 3,
}
}