-
Wavesurfer version:"wavesurfer.js": "^4.2.0",
Browser and operating system: Google chrome 87.0.4280.66 Windows 10 Version 1909
im using vue
```
mountWave(){
...
…
-
Hi @dschoon your library is really cool!
Could you add typescript support because it is really hard to learn every porp.
Thanks in adavance
-
I am using ajax to bring peak data into wavesurfer. On my laptop, all works as expected. Wavesurfer is able to load peak data and song begins playing when wavesurfer.play is initiated. But on my ip…
-
As @katspaugh said, "We do not control how decoding works", I think split input media into pieces will be a good solution to get rid of crashes while loading big files(And keep the peaks only with muc…
-
Hi,
I am using wavesurfer js with React and it looks great.
But I get an issue now.
I can not detect "seek" event and can not find a reason.
And when I click region it does not go to the curr…
-
if you've ever tried to download music on soundcloud or tidal using idm (internet download manager), you'll discover that they tend to be serving their audio files in chunks. This make it difficult fo…
-
This library does not clean out the memory it's using. Before Chrome uses 116mb, after calling
```javascript
canvasSize.maxArea({
onError: (width, height) => {
console.warn(…
-
Hi,
**I get an error that I don't get while using 3.3.3 version in 4.0.1 version and**
```js
...
wavesurfer = WaveSurfer.create({
...
plugins: [
WaveSurfer.cursor.create…
-
It would be super-cool, if the playback bar would display the current track's audio graph. One could normally seek with clicking somewhere and/or click & dragging. The position is indicated by a color…
-
### Wavesurfer.js version(s):
4.2.0
### Browser and operating system version(s):
Mac 10.15.17 - Safari 14
### Code needed to reproduce the issue:
```
wavesurfer.start()
wavesurfer.end…