What's Changed
- Transcribe dedup by @tomschelsen in #33
- small fix: examples/diarization.rs was missing use parakeet_rs::Trans… by @altunenes in #34
- add int8 model names for tdt by @altunenes in #35
- Update deps: tokenizers and ndarray feature for ort (for integration methods between ort and ndarray.) by @altunenes in #36
- add support for sortformer_4spk-v2.1.onnx by @altunenes in #38
- Fix incorrect token joining in TDT transcriber by @altunenes in #45
- fix: read vocab size from vocab.txt instead of hardcoding by @sammcj in #44
- expose dynamic linking for ort by @altunenes in #47
- update tokenizers 0.22.2 & disable the Cpp esaxx dep by @altunenes in #48
New Contributors
- @tomschelsen made their first contribution in #33
- @sammcj made their first contribution in #44
Full Changelog: v0.2.5...v0.2.6