Class | Description |
---|---|
WavCleaner |
Experimental, reads the length of data chiunk and removes all data after that, useful for removing screwed up tags at end of file, but
use with care, not very robust.
|
WavFileReader |
Reads Audio and Metadata information contained in Wav file.
|
WavFileWriter | |
WavInfoReader |
Read the Wav file chunks, until finds WavFormatChunk and then generates AudioHeader from it
|
WavRIFFHeader |
Processes the Wav Header
This is simply the first 12 bytes of the file http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html
|
WavTagReader |
Read the Wav file chunks, until finds WavFormatChunk and then generates AudioHeader from it
|
WavTagWriter |
Write Wav Tag.
|
Enum | Description |
---|---|
WavChunkType |
Chunk types mark each
ChunkHeader . |
WavOptions |
Wav files can store metadata within a LISTINFO chunk, an ID3 chunk, both or neither.
|
WavSaveOptions |
Wav files can store metadata within a LISTINFO chunk, an ID3 chunk, both or neither
Here we define how we should save Wav metadata, the options should be considered in conjunction with the
option selected in WavOptions
If SAVE_EXISTING_ACTIVE is selected then any chunks currently existing in the file will be saved back to file, plus
even if the active chink is not currently in the file that will be saved as well.
|
WavSaveOrder |
Wav files can store metadata within a LISTINFO chunk, an ID3 chunk, both or neither.
|
WavSubFormat |
Wav sub format stored as two byte le integer
|
Copyright © 2005–2020 jthink.net. All rights reserved.