- Account for fact chunk possibly missing in any file.
0.3.1
Bugfixes
- Correctly extract codec from files with an extensible fmt chunk and well-known subformat GUID - Correctly set speaker positions if channel mask isn't set in an extensible fmt chunk
0.3.0
Features
- Improvements to type annotations and docstrings - Add info attribute for embedded metadata - Add channel speaker positions to detail
Bugfixes:
- Account for possible padding bits when parsing file - Fix sample length calculation for multi-channel PCM files.
0.2.0
- Can now read files from a python file-like object - Expanded formats to cover all codecs covered in [RFC 2361](https://datatracker.ietf.org/doc/html/rfc2361) - Fixed format tag in raw_details to expose raw value - Added license - Extend package project details