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

#include <WAV.h>

Collaboration diagram for sndpp::WAV::ChunkVDAT::Word:

Public Attributes

float startTime {}
float endTime {}
std::string word
std::vector< Phonemephonemes

Detailed Description

Definition at line 163 of file WAV.h.

Member Data Documentation

◆ endTime

float sndpp::WAV::ChunkVDAT::Word::endTime {}

Definition at line 165 of file WAV.h.

◆ phonemes

std::vector<Phoneme> sndpp::WAV::ChunkVDAT::Word::phonemes

Definition at line 167 of file WAV.h.

◆ startTime

float sndpp::WAV::ChunkVDAT::Word::startTime {}

Definition at line 164 of file WAV.h.

◆ word

std::string sndpp::WAV::ChunkVDAT::Word::word

Definition at line 166 of file WAV.h.


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