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

#include <WAV.h>

Collaboration diagram for sndpp::WAV::ChunkVDAT:

Classes

struct  Emphasis
struct  Phoneme
struct  Word

Public Attributes

float version
std::string plaintext
std::vector< Wordwords
std::vector< Emphasisemphasis
std::unordered_map< std::string, std::string > options

Detailed Description

Definition at line 149 of file WAV.h.

Member Data Documentation

◆ emphasis

std::vector<Emphasis> sndpp::WAV::ChunkVDAT::emphasis

Definition at line 173 of file WAV.h.

◆ options

std::unordered_map<std::string, std::string> sndpp::WAV::ChunkVDAT::options

Definition at line 174 of file WAV.h.

◆ plaintext

std::string sndpp::WAV::ChunkVDAT::plaintext

Definition at line 171 of file WAV.h.

◆ version

float sndpp::WAV::ChunkVDAT::version

Definition at line 170 of file WAV.h.

◆ words

std::vector<Word> sndpp::WAV::ChunkVDAT::words

Definition at line 172 of file WAV.h.


The documentation for this struct was generated from the following file: