Enum Sound.AudioFormatV4 ​
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Specifies the audio encoding format for version 4 sound files. Corresponds to CVSoundFormat_t in the schema.
csharp
public enum Sound.AudioFormatV4Fields ​
PCM16 = 0
16-bit PCM audio.
PCM8 = 1
8-bit PCM audio.
MP3 = 2
MPEG Layer 3 compressed audio.
ADPCM = 3
Adaptive Differential Pulse Code Modulation compressed audio.

