Skip to content

1.0.6

Compare
Choose a tag to compare
@Swimburger Swimburger released this 21 Feb 19:34
· 118 commits to main since this release
b9907a9

What's Changed

Added

  • Add ContentSafetyConfidence to TranscriptOptionalParams
  • Add Anthropic Claude 2.1 model to LeMUR models
  • Add onClose + check callbacks for null in real-time transcriber
  • Add LemurActionItemsParams
  • Add RedactPiiAudioQuality enum
  • Add SpeechModel enum and fields to TranscriptOptionalParams and TranscriptParams
  • Add forceEndUtterance and configureEndUtteranceSilenceThreshold methods to real-time transcriber

Changed

  • Send audio data as binary instead of JSON message
  • Rename AudioEncoding.PCM_S_16_LE to AudioEncoding.PCM_S16LE
  • Rename LemurModel.ASSEMBLYAI_MISTRAL_7_B to LemurModel.ASSEMBLYAI_MISTRAL7B.
  • Change redact_pii_audio_quality from string to RedactPiiAudioQuality enum.

Fixed

  • Return Transcript when transcript status is error

Full Changelog: 1.0.2...1.0.6