mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-06 16:47:59 +08:00
1.4 KiB
1.4 KiB
Changelog
Unreleased
v0.3.1 - 2021-11-27
- Add interface for changing ggwave's internal logging (#52, #55)
- Fix out-of-bounds access in
ggwave_decode(#53) - Add C interface for selecting Rx protocols (#60)
v0.3.0 - 2021-07-03
- Resampling fixes
- Add
soundMarkerThresholdparameter (f4fb02d) - Sampling rates are now consistently represented as float instead of int
- Add option to query the generated tones (ba87a65)
- Fix python build on Windows (d73b184)
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