mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
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:
8
AssetStudioUtility/Audio/WavHelper/AudioFormat.cs
Normal file
8
AssetStudioUtility/Audio/WavHelper/AudioFormat.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace WavHelper
|
||||
{
|
||||
public enum WavAudioFormat : ushort
|
||||
{
|
||||
PCM = 1,
|
||||
IEEEfloat = 3,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user