react-voice-visualizer icon indicating copy to clipboard operation
react-voice-visualizer copied to clipboard

React library for audio recording and visualization using the Web Audio API

Results 25 react-voice-visualizer issues
Sort by recently updated
recently updated
newest added

When a long audio file (>= 90 minutes) is recorded, a `Error processing the audio blob` error can occur in Safari and there is no way to restore the audio.

When I record audio using this library and download it, I see that the audio is in mono. Below is a screenshot of the audio in Audacity where you can...

Looking for a way to reset everything. Read through the docs, found nothing. Setting `recordedBlob` to null and `audioSrc` to `''` does nothing. There ought to be a way to...

If I resize the main container, i.e., the container with the class`voice-visualizer`, the canvas does not resize. For me, this resulted in a problem where resizing the container in Chrome...

**Describe the bug** After recording an audio file on Safari, the resulting MP4 provide some issues with usage of some APIs (for my case, it's the transcription of OpenAI). There...

I have put the `controls` into a context so recording/playback can continue if the user navigates away from the page holding the visualiser component. However, when returning to the page,...

Cant change audio input and output source here's my current audio stream i want to pass the device id to the visualizer ```jsx import React, { useState, useEffect } from...

**Describe the bug** setCurrentAudioTime is taking the indicator correctly to the given time, but when i use togglePauseResume() it starts from the old time stamp, i think setCurrentAudioTime it is...

i want to be able to playback the recorded audio while pausing and also be able to resume the recording is there a way to do this ?

**Describe the bug** We keep having issues in Safari Console: NotSupportedError: The operation is not supported. This is the trace: ``` Qt = () => { if (J.current && J.current.paused)...