
Public Member Functions | |
| WaveHeaderReadGofer (std::istream &is) | |
| void | Expect4ByteTag (const char *expected) |
| void | Read4ByteTag () |
| uint32 | ReadUint32 () |
| uint16 | ReadUint16 () |
Public Attributes | |
| std::istream & | is |
| bool | swap |
| char | tag [5] |
Definition at line 35 of file wave-reader.cc.
|
inline |
Definition at line 40 of file wave-reader.cc.
|
inline |
|
inline |
|
inline |
Definition at line 72 of file wave-reader.cc.
References KALDI_ERR, and KALDI_SWAP2.
Referenced by WaveInfo::Read().
|
inline |
Definition at line 59 of file wave-reader.cc.
References KALDI_ERR, and KALDI_SWAP4.
Referenced by WaveInfo::Read().
| std::istream& is |
Definition at line 36 of file wave-reader.cc.
| bool swap |
Definition at line 37 of file wave-reader.cc.
Referenced by WaveInfo::Read().
| char tag[5] |
Definition at line 38 of file wave-reader.cc.
Referenced by WaveInfo::Read().