Releases: bigbluebutton/bbb-transcription-controller
Releases · bigbluebutton/bbb-transcription-controller
v0.2.10
v0.2.9
What's Changed
- fix(modesl): Update lib modesl to 1.2.1 by @lfzawacki in #17
New Contributors
- @lfzawacki made their first contribution in #17
Full Changelog: v0.2.8...v0.2.9
v0.2.8
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- ci: add workflow to auto tag and bump package.json by @antobinary in #14
- Supplementing transcription hint by @hiroshisuga in #15
New Contributors
- @hiroshisuga made their first contribution in #15
Full Changelog: v0.2.6...v0.2.7
v0.2.6
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Full Changelog: v0.2.4...v0.2.5
v0.2.4
Accept any language codes coming from bigbluebutton and get language names from a library. Supported languages can be found here: https://docs-v1.gladia.io/reference/supported-languages
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Adding two new configuration options:
# If set to false connection to the transcription provider will be kept open from
# the call start to the call hangup. Otherwise it will be opened/closed whenever a
# user start/stops talking. Setting to true might yield lower quality results
disconnectOnSilence: false
# If disconnectOnSilence is true we'll wait this time in seconds
# before closing the connection. If this is too low we might have too much
# connections/disconnections and final results might be cut too short
closeConnectionAfterSeconds: 10
Old behavior is kept if disconnectOnSilence
is set to false and this is the default value.
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- fix(config): Add gladia log file as config key, fix gladia default configs by @lfzawacki in 139dd86
- fix(messages): Correctly add begin/end timestamps on messages by @lfzawacki in ba8788e
- refactor(config): changed location for gladia-proxy.log file; tagged 0.2.1 by @antobinary in #8
Full Changelog: v0.2.0...v0.2.1