Releases: eshaz/icecast-metadata-js
Releases · eshaz/icecast-metadata-js
icecast-metadata-player/1.10.0
What's Changed
- Decoder encoding fix by @BajakiGabesz in #86
- ICY Character Encoding by @eshaz in #87
New Contributors
- @BajakiGabesz made their first contribution in #86
Full Changelog: icecast-metadata-player/1.9.0...icecast-metadata-player/1.10.0
Features
- Add option to set ICY metadata character encoding. Thanks @BajakiGabesz for the contribution!
- Update to latest
mpg123-decoder
andopus-decoder
icecast-metadata-js/0.6.0
What's Changed
- Decoder encoding fix by @BajakiGabesz in #86
- ICY Character Encoding by @eshaz in #87
New Contributors
- @BajakiGabesz made their first contribution in #86
Full Changelog: icecast-metadata-js/0.5.3...icecast-metadata-js/0.6.0
Features
- Add option to set ICY metadata character encoding. Thanks @BajakiGabesz for the contribution!
icecast-metadata-player/1.9.0
What's Changed
Full Changelog: icecast-metadata-player/1.8.0...icecast-metadata-player/1.9.0
Features
- Use wasm-audio-decoder web workers
- Add
enableCodecUpdate
option to manually enable codec update events. Codec updates are always sent if theonCodecUpdate
callback is present. - Update html demo to allow codec updates to be disabled for better performance testing.
icecast-metadata-player/1.8.0
What's Changed
Full Changelog: icecast-metadata-player/1.7.0...icecast-metadata-player/1.8.0
Features
onCodecUpdate
is called in time with the audio data and can be used to display real-time codec data for each frame.- Added bitrate and sample rate to React demo
icecast-metadata-player/1.7.0
Full Changelog: icecast-metadata-player/1.6.0...icecast-metadata-player/1.7.0
Features
icecast-metadata-player
- Add
updateTimestamp
toonCodecUpdate
demo
- Update HTML demo with timed codec information updates
icecast-metadata-player/1.6.0
What's Changed
Full Changelog: icecast-metadata-player/1.5.4...icecast-metadata-player/1.6.0
Features
- Now supporting
audio/flac
FLAC streams. - Group multiple streams for the same station in demo
- Add more stations to demo
- Upgrade
codec-parser
icecast-metadata-player/1.5.4
icecast-metadata-player/1.5.3
chore: update dependencies
icecast-metadata-player/1.5.2
feat: update mpg123-decoder
Reduce bundle size by 47.3KiB
- update mpg123-decoder to reduce bundle size