Devin Davila
Devin Davila
Could be any number of things. By "give it a audio output" I assume you mean you set the audio source in the waveform settings panel? did you try setting...
Unfortunately setting the width of lines greater than 1 px is unreliable for multiple reasons (differences between opengl/d3d/etc), afaik the option is not even exposed by OBS's API. This could...
This should technically be possible by setting the channel mode to "single" and creating a separate graph for each channel. You'd have to piece the layout together by hand, but...
It was added in 1.6.0 so if you're using an older version of waveform you'll need to update. Edit: It's near the top of waveform's settings panel
Do you see "Waveform Visualizer" in your list of sources? If not, then it's not installed properly, if yes then just add one to your scene, right click it and...
What sort of color customization? You shouldn't need too much C++, the real work is done in the pixel shader as a function of the texture coordinates.
Just run the installer and you should see "Waveform Visualizer" appear in the list of sources. If not, something went wrong with the installation. Make sure you're using ARM waveform...
OBS won't run in a VM and my dual boot is Ubuntu so I can't test it but build/install instructions for fedora should be something like this: ```bash sudo dnf...
I assume you mean the curve graph in radial mode? Try the latest beta build: https://github.com/phandasm/waveform/releases/tag/v1.6.0-beta1 The gap should be gone in that version.
Ah, I see. Probably not too much trouble, I'll see what I can do.