#include <wavfile.h>
Definition at line 14 of file wavfile.h.
Public Attributes | |
| char | ChunkId [4] |
| long | ChunkSize |
| char | Format [4] |
| char | subChunk1Id [4] |
| long | subChunk1Size |
| short | AudioFormat |
| short | NumChannels |
| long | SampleRate |
| long | ByteRate |
| short | BlockAlign |
| short | BitsPerSample |
| char | subChunk2Id [4] |
| long | subChunk2Size |
| char wavstruct::ChunkId[4] |
| long wavstruct::ChunkSize |
| char wavstruct::Format[4] |
| char wavstruct::subChunk1Id[4] |
| short wavstruct::AudioFormat |
| short wavstruct::NumChannels |
Definition at line 23 of file wavfile.h.
Referenced by wavfile::load(), wavfile::print(), and wavfile::transcodeTo8K().
Definition at line 24 of file wavfile.h.
Referenced by wavfile::load(), wavfile::print(), and wavfile::transcodeTo8K().
| long wavstruct::ByteRate |
Definition at line 25 of file wavfile.h.
Referenced by wavfile::load(), wavfile::print(), and wavfile::transcodeTo8K().
| short wavstruct::BlockAlign |
| short wavstruct::BitsPerSample |
Definition at line 27 of file wavfile.h.
Referenced by wavfile::load(), wavfile::print(), wavfile::samples(), and wavfile::transcodeTo8K().
| char wavstruct::subChunk2Id[4] |
Definition at line 30 of file wavfile.h.
Referenced by wavfile::load(), wavfile::print(), wavfile::samples(), wavfile::saveToFile(), and wavfile::transcodeTo8K().
1.5.5