summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/gr_read_file_metadata
AgeCommit message (Collapse)Author
2012-12-14blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau
2012-12-12core: add new options to GRC for file_meta_sink.Tom Rondeau
Also updates gr_read_file_metadata to add a -D option that properly parses a detached header.
2012-12-04core: updated metadata structure to use relative header info.Tom Rondeau
Now the start tag info in the header is relative to the begining of the header (so, basically, the size of the header + extras).
2012-11-27core: adding ability to handle extra data in headers.Tom Rondeau
2012-11-24core: Update file_meta_sink to inject headers into data stream.Tom Rondeau
When a tag with updated metadata information is received, close out the previous header (by setting the segment size) and create a new header with the new data. Specifically for sample rate and time stamps. Will be useful for extra_dict when implemented.
2012-11-21core: adding Python files to easily parse header info of a file.Tom Rondeau
Also a utility script that you pass a filename to and it prints out the meta data.