Enum Sound.AudioFormatV4 ​
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Specifies the audio encoding format for version 4 sound files.
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.
See Also ​
https://s2v.app/SchemaExplorer/cs2/soundsystem_voicecontainers/CVSoundFormat_t

