aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
82 stars 32 forks source link

Use AudioWorklet to process audio stream #130

Closed trivikr closed 6 months ago

trivikr commented 6 months ago

Issue

Fixes: https://github.com/aws-samples/aws-sdk-js-notes-app/issues/28

Description

Use AudioWorklet to process audio stream

Testing

Local testing

Additional context

Refs: https://github.com/aws-samples/amazon-transcribe-streaming-example-webapp-audiostream


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

socket-security[bot] commented 6 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/p-event@6.0.1 None 0 24.7 kB sindresorhus
npm/p-timeout@6.1.2 None 0 12 kB sindresorhus

🚮 Removed packages: npm/base64-js@1.5.1, npm/buffer-from@1.1.2, npm/buffer@6.0.3, npm/ieee754@1.2.1, npm/inherits@2.0.4, npm/microphone-stream@6.0.1, npm/process@0.11.10, npm/readable-stream@3.6.2, npm/safe-buffer@5.2.1, npm/string_decoder@1.3.0, npm/util-deprecate@1.0.2

View full report↗︎

trivikr commented 6 months ago

Currently failing with error

WebSocket connection to 'wss://transcribestreaming.us-west-1.amazonaws.com:8443/stream-transcription-websocket?...' failed

Update: Error not reproducible with us-west-2