0.5.0
Added
bit_depth
toWAVStreamInfo
.- Support for RIFF tags to WAV.
Changed
- Expose full ID2v2 object in MP3 instead of just the header.
- Use ID3v1.1 format instead of ID3v1.0.
determine_format
extension check:- Force lowercase comparison.
- Don't require period.
- Rename
VorbisComment
toVorbisComments
. - Improve MP3 frame detection.
Fixed
- Actually check if a bytes-like object was given to
loads
.