react-wavesurfer icon indicating copy to clipboard operation
react-wavesurfer copied to clipboard

React component wrapper for wavesurfer.js

Results 22 react-wavesurfer issues
Sort by recently updated
recently updated
newest added

Hi, every time I try to build my project with the command npm run build, I get the following error: Failed to minify the code from this file: ./node_modules/react-wavesurfer/src/plugins/regions.js:34 Any...

When zooming or contracting the screen size, waveform remains responsive, however regions to not update to match the responsive waveform. Any suggestions on how to fix this?

I attempted to follow the README, and have tried both using npm to install and import the beta version of wavesurfer, as well as simply requiring the cdn-hosted wavesurferjs file...

need-info

Hi, I've managed to statically display the current time and duration but the current time doesn't update. In wavesurfer.js you do it like this : ``` wavesurfer.on('audioprocess', function () {  ...

I'm running [email protected]. Does this mean I can't use this without rolling back to 15.3.1?

`import Wavesurfer from 'react-wavesurfer';` `import Timeline from 'react-wavesurfer';` `require('wavesurfer.js');` `require('wavesurfer.js/dist/plugin/wavesurfer.timeline.min.js');` `const waveOptions = { progressColor: 'darkorange', waveColor: 'orange', barWidth: 3 };` `const timelineOptions = { timeInterval: 1, height: 30, primaryFontColor:...

I can't seem to delete a region, When passing in a new state with lesser objects, Object.create does not cache?

I saw [this](https://github.com/katspaugh/wavesurfer.js/issues/1014) and it looks like it may be a similar issue. Unfortunately, this module is not supported by wavesurfer.js-2 as of now. I have a basic wavesufer component...

I found an example of an annotation: http://wavesurfer-js.org/example/annotation/ Can you give me an example of an annotation in react ? Or can tell me how the click region is playing...

I am trying to play the audio while it is still loading. I am receiving the blob data from a server.