SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
WAV.h File Reference
#include <array>
#include <optional>
#include <BufferStream.h>
#include "RIFF.h"
Include dependency graph for WAV.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sndpp::WAV
struct  sndpp::WAV::ChunkFMT
struct  sndpp::WAV::ChunkCUE
struct  sndpp::WAV::ChunkCUE::CuePoint
struct  sndpp::WAV::ChunkPLST
struct  sndpp::WAV::ChunkPLST::Segment
struct  sndpp::WAV::ChunkFACT
struct  sndpp::WAV::ChunkSMPL
struct  sndpp::WAV::ChunkSMPL::SampleLoop
struct  sndpp::WAV::ChunkINST
struct  sndpp::WAV::ChunkCSET
struct  sndpp::WAV::ChunkMD5

Namespaces

namespace  sndpp

Variables

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