Skip to content

Releases: bigbluebutton/bbb-transcription-controller

v0.2.10

14 Jan 16:43
Compare
Choose a tag to compare

v0.2.9

11 Nov 16:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8

08 Oct 17:34
Compare
Choose a tag to compare

Full Changelog: v0.2.7...v0.2.8

v0.2.7

07 Oct 20:14
c5d951d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

17 May 23:24
Compare
Choose a tag to compare

Full Changelog: v0.2.5...v0.2.6

v0.2.5

11 Apr 19:38
Compare
Choose a tag to compare

Full Changelog: v0.2.4...v0.2.5

v0.2.4

10 Apr 19:48
Compare
Choose a tag to compare

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

09 Feb 14:36
Compare
Choose a tag to compare

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

08 Feb 18:10
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

30 Nov 14:02
f4e18da
Compare
Choose a tag to compare

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