hvianna/audioMotion-analyzer

Is there a way to set the background color or even make it alpha = 0?

alanosman opened this issue · 2 comments

I'm still learning about this great tool and got stuck. I tried following the instructions but always got a black background. I really want to make it alpha.

Thanks

Was stuck with the same problem and found a fairly hard to find description of how to get the background transparent in the readme: https://github.com/hvianna/audioMotion-analyzer?tab=readme-ov-file#showbgcolor-boolean

Adding these made the background transparent:

showBgColor: false,
overlay: true,

Check showBgColor as it links to all other related properties.

I'm moving this to Discussions.