pytimbre.audio.XMLChunk¶
- class pytimbre.audio.XMLChunk(reader: FileIO = None, size: int = None, offset: int = None, name: str = None)¶
Bases:
ChunkInformationThe SITH files are formatted in the broadcast wave file format. This means there is a portion of the file that is formatted with an XML structure. Within this structure is the start time of the audio file. This will be used to override the start time that comes from anywhere else.
see also: http://www.gallery.co.uk/ixml/
- __init__(reader: FileIO = None, size: int = None, offset: int = None, name: str = None)¶
This constructor will obtain the information from the file and insert it into the class
Methods
__init__([reader, size, offset, name])This constructor will obtain the information from the file and insert it into the class
Attributes
chunk_namechunk_offsetchunk_size