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

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

chore: clean-up pcmEncode utility function #16

Closed trivikr closed 3 years ago

trivikr commented 3 years ago

Issue

N/A

Description

The original pcmEncode function was picked up from: https://github.com/amazon-archives/amazon-transcribe-websocket-static/blob/6a0b97f1c667b649c31cd9b550c37795a5c7ce25/lib/audioUtils.js#L1-L10

This PR cleans it up by using let/const instead of var, and removing redundant variables.

Testing

Verified that real-time audio transcription works.


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