Files
ggwave/CHANGELOG.md
2021-06-13 16:47:09 +03:00

19 lines
605 B
Markdown

# Changelog
## [Unreleased]
- Resampling fixes
- Add `soundMarkerThreshold` parameter ([f4fb02d5](https://github.com/ggerganov/ggwave/commit/f4fb02d5d4cfd6c1021d73b55a0e52ac9d3dbdfa))
- Sampling rates are now consistently represented as float instead of int
## [v0.2.0] - 2021-02-20
- Supported sampling rates: 6kHz - 96kHz
- Variable-length payloads
- Fixed-length payloads (no sound markers emitted)
- Reed-Solomon based ECC
- Ultrasound support
[unreleased]: https://github.com/ggerganov/ggwave/compare/ggwave-v0.2.0...HEAD
[v0.2.0]: https://github.com/ggerganov/ggwave/releases/tag/ggwave-v0.2.0