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

Classes

class  RIFF
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 WAV_TYPE = sourcepp::parser::binary::makeFourCC("WAVE")

Variable Documentation

◆ FFIR_SIGNATURE

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

Definition at line 14 of file RIFF.h.

◆ RIFF_SIGNATURE

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

Definition at line 12 of file RIFF.h.

◆ RIFX_SIGNATURE

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

Definition at line 13 of file RIFF.h.

◆ WAV_TYPE

auto sndpp::WAV_TYPE = sourcepp::parser::binary::makeFourCC("WAVE")
constexpr

Definition at line 12 of file WAV.h.