SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
sndpp Namespace Reference

Classes

class  WAV
 
class  XWV
 

Variables

constexpr auto RIFF_SIGNATURE = sourcepp::parser::binary::makeFourCC("RIFF")
 
constexpr auto RIFX_SIGNATURE = sourcepp::parser::binary::makeFourCC("RIFX")
 
constexpr auto FFIR_SIGNATURE = sourcepp::parser::binary::makeFourCC("FFIR")
 
constexpr auto XWV_SIGNATURE = sourcepp::parser::binary::makeFourCC("XWV ")
 

Variable Documentation

◆ FFIR_SIGNATURE

constexpr auto sndpp::FFIR_SIGNATURE = sourcepp::parser::binary::makeFourCC("FFIR")
constexpr

Definition at line 16 of file WAV.h.

◆ RIFF_SIGNATURE

constexpr auto sndpp::RIFF_SIGNATURE = sourcepp::parser::binary::makeFourCC("RIFF")
constexpr

Definition at line 14 of file WAV.h.

◆ RIFX_SIGNATURE

constexpr auto sndpp::RIFX_SIGNATURE = sourcepp::parser::binary::makeFourCC("RIFX")
constexpr

Definition at line 15 of file WAV.h.

◆ XWV_SIGNATURE

constexpr auto sndpp::XWV_SIGNATURE = sourcepp::parser::binary::makeFourCC("XWV ")
constexpr

Definition at line 14 of file XWV.h.