Class | Description |
---|---|
WavChunkSummary |
AIFF Specific methods for ChunkSummarys
|
WavFactChunk |
Reads the fact header, this contains the information required for constructing Audio header
0 - 3 uint totalNoSamples (Per channel ?)
|
WavFormatChunk |
Reads the fmt header, this contains the information required for constructing Audio header
0 - 1 ushort SubFormatIdentifier;
2 - 3 ushort NoOfChannels;
4 - 7 uint NoOfSamplesPerSec;
8 - 11 uint AverageNoBytesPerSec;
12 - 13 ushort BlockAlign;
14 - 15 ushort NoofBitsPerSample;
//May be additional fields here, depending upon wFormatTag.
|
WavId3Chunk |
Contains the ID3 tags.
|
WavInfoChunk |
Stores basic only metadata but only exists as part of a LIST chunk, doesn't have its own size field
instead contains a number of name,size, value tuples.
|
WavListChunk |
Reads a list chunk, only interested in it if contains INFO chunk as this contains basic metadata
|
Enum | Description |
---|---|
WavCorruptChunkType |
Chunk types incorrectly aligned, we can work round these, the 4th char either leading or ending is not known
|
WavInfoIdentifier |
Known Identifiers used in an INFO Chunk together with their mapping to a generic FieldKey (if known)
TODO There are multiple INFO fields that shoud be ampped to the same FieldKey (see QOOBUZ fields) but
we dont currently support that
|
Copyright © 2005–2020 jthink.net. All rights reserved.