Skip to content

Commit a30e5ec

Browse files
authored
Beta 5 (#2800)
1 parent 89366b0 commit a30e5ec

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,12 @@ See the complete [documentation of the new API](https://wavesurfer-ts.pages.dev/
126126

127127
## Questions
128128

129-
Have a question about integrating wavesurfer.js on your website? Feel free to ask in our forum: https://github.com/wavesurfer-js/wavesurfer.js/discussions/categories/q-a
129+
Have a question about integrating wavesurfer.js on your website? Feel free to ask in our [Discussions forum](https://github.com/wavesurfer-js/wavesurfer.js/discussions/categories/q-a).
130+
131+
### FAQ
132+
133+
* **Q**: Does wavesurfer support large files?
134+
* **A**: Since wavesurfer decodes audio entirely in the browser, large files may fail to decode due to memory constrains. We recommend using pre-decoded peaks for large files (see [this example](https://wavesurfer-js.org/examples/#predecoded.js)). You can use a tool like [bbc/audiowaveform](https://github.com/bbc/audiowaveform) to generate peaks.
130135

131136
## Development
132137

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wavesurfer.js",
3-
"version": "7.0.0-beta.4",
3+
"version": "7.0.0-beta.5",
44
"license": "BSD-3-Clause",
55
"author": "katspaugh",
66
"description": "Navigable audio waveform player",

0 commit comments

Comments
 (0)