mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-24 16:16:10 +08:00
19 lines
507 B
Markdown
19 lines
507 B
Markdown
# Changelog
|
|
|
|
## [Unreleased]
|
|
|
|
- Resampling fixes
|
|
- Add `soundMarkerThreshold` parameter
|
|
- 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/hnterm/compare/ggwave-v0.2.0...HEAD
|
|
[v0.2.0]: https://github.com/ggerganov/hnterm/releases/tag/ggwave-v0.2.0
|