Replies: 1 comment 3 replies
-
For short clips you might want to increase the sample rate to get more peaks to render (e.g. pass |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading from v6.6.4 to v7.8.6, I noticed that waveforms for short audio clips are rendering much differently when in a wide container. To start, here's a comparison of old vs. new for narrow containers:
v6:
v7:
When the same clip is rendered in a wider container (around 1800px):
v6:
v7:
The audio clip is 5 seconds long, and I've configured WaveSurfer with these size-related properties:
It seems like the old renderer was repeating bars to respect
barWidth
andbarGap
in scenarios like this, but maybe something else is going on. I reviewed the config options but didn't see anything else that seemed to be related. Any idea what's going on here? Any additional information I can provide?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions