Skip to content

v0.8.10

Compare
Choose a tag to compare
@rstrahan rstrahan released this 25 Nov 18:05
· 315 commits to develop since this release

[0.8.10] - 2023-11-25

Added

  • New! Websocket audio ingestion server (optional). Use it to enable audio streaming from a custom desktop client application, from the sample streaming app, or from the new LCA Web UI audio streaming client. See Websocket server.
  • New! Sample audio streaming application which streams a stereo audio file from your desktop to LCA via the new websocket server. Use this to replay recordings, e.g. for testing transcription accuracy after CV/CLM changes, for testing agent assist features, etc. Or use the code as a reference implementation for building your own custom streaming app for LCA. See Websocket client app.
  • New! Web UI audio streaming client built into the LCA UI. Use this to stream audio into LCA from (a) your computer microphone, and (b) from a local broswer tab that is running a softphone or meeting app, or playing an audio recording. See Web UI streaming client.

Fix

  • publish.sh script now runs on MacOS (now works with GNU or BSD sed command).