mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
- Fixed a bug that caused audioСlip preview volume to reset when selecting an asset - Added some native libs for linux-arm64, win-arm64
9 lines
119 B
C#
9 lines
119 B
C#
namespace WavHelper
|
|
{
|
|
public enum WavAudioFormat : ushort
|
|
{
|
|
PCM = 1,
|
|
IEEEfloat = 3,
|
|
}
|
|
}
|