react-audio-visualize
react-audio-visualize copied to clipboard
An audio visualizer for React. Provides separate components to visualize both live audio and audio blobs.
Example Usage : ` {mediaRecorder && ( )} ` When starting to visualise it uses 250mb (Project files) as soon as we start to visualise it. Within 2-3 mins, the...
Fixes https://github.com/microsoft/TypeScript/issues/52363
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.5 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Close audio context on unmount. We ran into issues with the library leaving audio contexts open, eventually causing other audio contexts on the page to stop working properly. The current...
In our web app we need to process an audio input which has only 24k Hz and half of the bars where zero.
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5. Changelog Sourced from rollup's changelog. rollup changelog 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
Add style prop to `LiveAudioVisualizer` component
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.5. Changelog Sourced from vite's changelog. 4.5.5 (2024-09-16) 4.5.4 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (e812716), closes #18115 fix: backport #18112, fs...