Questions tagged [wavesurfer.js]

A tool for displaying and analyzing audio waveforms in a visual format

Get the azure blob storage file in angular by downloading it

Can anyone provide guidance on how to download a wav file from Azure Blob storage using Angular for the purpose of playing it with wavesurfer.js? ...

Implementing wavesurfer.js in a React application can lead to unexpected complications

Encountering an issue with wavesurfer. I have created a demo here using react, but I am working on Nextjs. Due to codesandbox not functioning properly with their Nextjs package, I opted for react instead. There are two main issues: Getting a ReferenceErro ...

Error: Attempting to access the `isPaused` property of a null object is not possible

For my Vue front-end app, I'm attempting to integrate wavesurfer.js. However, upon receiving the audio file link from the backend, I encounter the following error: wavesurfer.js?8896:5179 Uncaught (in promise) TypeError: Cannot read property 'isPaused' of ...