audiowaveform
audiowaveform copied to clipboard
Customize the bars (png)
First, huge thanks for this library.
Here are some features I really wish this lib can provide:
-
Set the border radius of the bars. My usecase lets the users zoom the generated image. And I wish to have some rounded corners there.
-
Add some spaces between the bars. At the end, 1. and 2. should output a waveform like this (the upper part)
-
Detect the bars representing beats, and draw them in a different color. DJay mobile app by Algoriddim (and almost every DJ app for desktop) does a good job about it.
I would love to contribute, but I know nothing about C++ 😬😶
So I tried to fix 1. and 2. here https://github.com/bbc/audiowaveform/pull/112
I would love to contribute, but I know nothing about C++ 😬😶
Well, I guess we just need basic programming skills to achieve this. It was mostly Mathematic instead 😄
The latest version (v1.8.0) can produce rounded bars. Thanks for your contribution, it really helped!