-
### Wavesurfer.js version(s):
4.x
### Browser and operating system version(s):
Firefox, Chrome (CI headless too)
In the stack trace when running tests locally:
Unhandled promise rejection: Ab…
-
Hi I’ve searched everywhere but having trouble implementing the equalizer to a file that is able to be saved to json data instead of just applying it to the audio file. If someone could point me in …
-
- [x ] I have checked [the FAQ](https://wavesurfer-js.org/faq/) and it doesn't solve my problem.
- [ x] I have checked [the documentation](https://wavesurfer-js.org/docs/) and it doesn't solve my…
-
https://jsfiddle.net/ukexqgsh/1/
With plugin player is muted. Without - it plays normal.
```js
if (waveform) {
// https://collab-project.github.io/videojs-wavesurfer/#/options
…
-
After creating a new application with a cra-template-RB template and starting the app everything works fine. Though now when I am trying to add video.js with `videojs-wavesurfer` plugin, I am getting …
-
I have integrated an audio waveform in a web app using wavesurfer.js. I want to create a slice-marker on waveform using wavesurfer js for transcription purposes. I am trying to implement this using wa…
-
I use cursor plug-in and everything seems to work but cursor position is not to accurate. The line doesn't correspond to cursor, but it's near. How can i fix this problem?
-
I made my own renderer and I want to write plugin which inject this renderer to ws instance.
So in constructor/init method of my plugin I try to replace WaveSurfer. Drawer on my definition. Everyth…
-
am getting this error
import videojs from 'video.js';
import * as RecordRTC from 'recordrtc';
import * as WaveSurfer from 'wavesurfer.js';
import * as MicrophonePlugin from 'wavesurfer.js/di…
-
i am using angular 9
```
import videojs from 'video.js';
import * as RecordRTC from 'recordrtc';
import * as Record from 'videojs-record/dist/videojs.record.js';
import * as WaveSurfer from 'w…