Releases: bigbluebutton/bbb-livekit-stt
Releases · bigbluebutton/bbb-livekit-stt
v0.3.0
What's Changed
- feat(tests): add unit and integration tests with pytest
- feat(tests): add coverage reporting with pytest-cov
- feat(tests): add tests for v0.2.0 changes (utils coercions, config redaction, on_track_subscribed fix, new defaults)
- fix: handle "auto" locale to prevent invalid language code sent to Gladia
- build: add GitHub Actions workflow for running tests
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: support INTERIM transcriptions (partials)
- feat: add filtering based on Gladia confidence score
- feat: add env var mappings for remaining Gladia options
- fix: interpret minUtteranceLength as seconds for interim transcripts
- fix: normalize transcript timestamps
- refactor: adjust fallback/default Gladia values
- build: livekit-agents[gladia]~=1.4
- build: add docker image build and publish workflow
- build: add app linting workflow
Full Changelog: v0.1.0...v0.2.0
v0.1.0
v0.1.0
Initial release.
This application provides Speech-to-Text (STT) for BigBlueButton meetings using LiveKit as their audio bridge.
Initially, the only supported STT engine is Gladia through the official LiveKit Gladia Plugin.
Full Changelog: https://github.com/mconf/bbb-livekit-stt/commits/v0.1.0