Gathering detailed insights and metrics for web-audio-wave-recorder
Gathering detailed insights and metrics for web-audio-wave-recorder
Gathering detailed insights and metrics for web-audio-wave-recorder
Gathering detailed insights and metrics for web-audio-wave-recorder
audio-recorder-polyfill
MediaRecorder polyfill to record audio in Edge and Safari
wave-recorder
Pipe Web Audio API nodes into PCM Wave files
react-voice-visualizer
React library for audio recording and visualization using Web Audio API
react-voice-visualizer-avc
React library for audio recording and visualization using Web Audio API
npm install web-audio-wave-recorder
Typescript
Module System
Node Version
NPM Version
TypeScript (65.48%)
JavaScript (27.5%)
HTML (7.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
462 Commits
1 Watchers
9 Branches
2 Contributors
Updated on Aug 08, 2023
Latest Version
1.0.15
Package Id
web-audio-wave-recorder@1.0.15
Unpacked Size
7.46 kB
Size
3.09 kB
File Count
4
NPM Version
6.12.0
Node Version
12.13.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Record wav files using Web Audio APIs
Unfortunately, MediaRecorder does not support wav files (technically linear PCM encoding). This uses the older and less fluent AudioContext API, manually dealing with audio buffers and .wav
header construction.
start(options: RecordingOptions): Promise<RecordingState>
Takes optional recording options and starts recording.
stop(recordingState: RecordingState): Promise<Blob>
Takes required recording state and returns a blob of type audio/wav
.
© 2019 Tom Vincent git@tlvince.com (https://tlvince.com)
Released under the MIT license.
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
16 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More