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

So I installed both react-wavesurfer and wavesurfer.js packages. Added the alias to my webpack.config.dev.js ` wavesurfer: require.resolve('wavesurfer.js')` Added the plugin as well: ``` new webpack.ProvidePlugin({ WaveSurfer: 'wavesurfer.js' }) ``` And...

Hi The waveform-ready event is missing. Because of this, it isn't possible to correctly wait with render of the player when using MediaElement backend.

Hello, I successfully splited the audio to 2 channels but I still hear both channels in each ear. How can I separate the channels so that in each ear I...

Hello, is it possible to use the setFilter option of wavesurfer? specifically i'm trying to do: ```javascript wavesurfer.backend.ac.createPanner(); wavesurfer.backend.setFilter(wavesurfer.panner); ```

I know the readme says it's in the making... is there an ETA? Also, I can't find the docs for wavesurfer 1, so I'm kind of stuck. Is it a...

Hey there, I'm having trouble loading the plugins. I get the following: ```ERROR in ./node_modules/react-wavesurfer/src/plugins/timeline.js Module parse failed: Unexpected token (29:6) You may need an appropriate loader to handle this...

https://github.com/mspae/react-wavesurfer/blob/480ce7bf7391a3326ff7c534e757b07a1f286dfb/src/react-wavesurfer.tsx#L236-L242 HookupEvents receives props at init, and creates a callback on('ready') calling updateProps(props), which refers to initialProps. Thus, changing audio files triggers a new ready event, rolling back some props...

https://babeljs.io/docs/plugins/transform-class-properties/ (included in CRA) https://medium.freecodecamp.org/functional-setstate-is-the-future-of-react-374f30401b6b

Use Wavesurfer setter methods to update `waveColor`, `progressColor`, `cursorColor` and `height` if the value changed inside the `options` prop. Requires katspaugh/wavesurfer.js#1145 to be merged/released first.

It will be nice to have the microphone plugin available to use. https://wavesurfer-js.org/plugins/microphone.html

enhancement