We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f309017 commit 47aa456Copy full SHA for 47aa456
CHANGELOG.md
@@ -1,12 +1,13 @@
1
# Change Log
2
3
-## [1.6.0] -- Pending
+## [1.6.0] -- 2024-01-04
4
### Added
5
- Added audio frame flags, accessible via `AudioFrame#getFlags()`
6
- Added a method for decoding an audio chunk with an existing ByteBuffer via `AudioChunkDecoder#decode(ByteBuffer, ShortBuffer)`
7
- Added a method for decoding an opus audio chunk which returns the number of bytes decoded via `OpusChunkDecoder#decodeWithCount`
8
- Added support for multiple track markers.
9
- Added support for gapless playback.
10
+- Added support for Vimeo's HLS format.
11
12
### Fixed
13
- Fixed an issue where `MutableAudioFrame`s would not have a format applied in some cases.
0 commit comments