Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

assemblyai

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemblyai - npm Package Versions

23
6

4.8.0

Diff

Changelog

Source

[4.8.0]

  • Add multichannel property to TranscriptParams
  • Add multichannel and audio_channels property to Transcript
  • Add channel property to TranscriptWord, TranscriptUtterance, TranscriptSentence, and SentimentAnalysisResult
robot-assemblyai
published 4.7.1 •

Changelog

Source

[4.7.1]

  • Log a warning when a user tries to use API key authentication in the browser to connect to the real-time Streaming STT API.
  • Update dependencies
  • Use assembly.ai short URL for sample files
robot-assemblyai
published 4.7.0 •

Changelog

Source

[4.7.0]

  • Add language_confidence_threshold to Transcript, TranscriptParams, and TranscriptOptionalParams.

    The confidence threshold for the automatically detected language. An error will be returned if the langauge confidence is below this threshold.

  • Add language_confidence to Transcript

    The confidence score for the detected language, between 0.0 (low confidence) and 1.0 (high confidence)

Using these new fields you can determine the confidence of the language detection model (enable by setting language_detection to true), and fail the transcript if it doesn't meet your desired threshold.

Learn more about the new automatic language detection model and feature improvements on our blog.

robot-assemblyai
published 4.7.0-alpha •

robot-assemblyai
published 4.6.1 •

Changelog

Source

[4.6.1]

  • Remove conformer-2 from SpeechModel union type.
  • Remove conformer-2 deprecation warning
robot-assemblyai
published 4.6.0 •

Changelog

Source

[4.6.0]

  • Add more TSDoc comments for RealtimeService documentation
  • Add new LeMUR models
  • Add TranscriptWebhookNotification which is a union of TranscriptReadyNotification or RedactedAudioNotification
  • Add RedactedAudioNotification which represents the body of the PII redacted audio webhook notification.
robot-assemblyai
published 4.5.0 •

Changelog

Source

[4.5.0]

  • You can now retrieve previous LeMUR responses using client.lemur.getResponse<LemurTask>("YOUR_REQUEST_ID").
  • LeMUR functions now return usage with the number of input_tokens and output_tokens.
robot-assemblyai
published 4.4.7 •

Changelog

Source

[4.4.7]

  • Rename TranscriptService.redactions function to TranscriptService.redactedAudio.
  • Add TranscriptService.redactedAudioFile function.
  • Add workerd export to fix cache issue with fetch on Cloudflare Workers.
robot-assemblyai
published 4.4.7-beta.0 •

robot-assemblyai
published 4.4.6 •

Changelog

Source

[4.4.6]

  • Fix Rollup exports so __SDK_VERSION__ is properly replaced with the version of the SDK.
23
6
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc