- Enhancements
- Support for getting duration from wav file that data chunk is not included in the top riff chunk.
- New features
- Support for retrieving lyrics from metadata.
-
Enhancements
- Support get bit depth for ALAC encoded format(#29)
-
Breaking changes
- Drop support for Ruby 2.6
- Enhancements
- Support read meta atom from moov atom(#26).
-
Enhancements
- Use standard ruby style guide for code.
-
Breaking change
- Return the duration as a float instead of as an integer(#24).
- Drop support for ruby 2.5.
- Enhancements
- Allow file IO to be closed automatically.
-
New features
- Add bit_depth attribute for PCM formats audio.
-
Bug fixes
- Fix can not parse lowercase field name on vorbis comment.
-
Enhancements
- Lazy load images attribute to reduce memory allocate.