Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: 360 surround sound visualizer #48

Open
Atris-Hayport opened this issue May 31, 2023 · 6 comments
Open

feature request: 360 surround sound visualizer #48

Atris-Hayport opened this issue May 31, 2023 · 6 comments

Comments

@Atris-Hayport
Copy link

The idea is to visualize the direction a sound is coming from, it probably already exists and I'm being dumb, but being able to visualize what direction sounds are coming from in games is something I've wanted to do for my streams. mainly putting the wave form around my reticle in stream so that people know what sounds I'm reacting to.

If this isn't possible or is done by another program or plug in, please inform me.

@phandasm
Copy link
Owner

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 using radial mode + the "radial arc" option should let you arrange the channels in a circle to help visualize direction.
It won't be super efficient performance-wise, but I don't expect it should be a problem.

Also this only works in frequency spectrum mode, the level meters assume stereo audio.

@Atris-Hayport
Copy link
Author

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 using radial mode + the "radial arc" option should let you arrange the channels in a circle to help visualize direction. It won't be super efficient performance-wise, but I don't expect it should be a problem.

Also this only works in frequency spectrum mode, the level meters assume stereo audio.

Where is this channel mode option? I don't mind putting in the work but I don't know where to begin. Is this something I need to set up in my computer settings?

@phandasm
Copy link
Owner

phandasm commented May 31, 2023

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

@Atris-Hayport
Copy link
Author

I must have installed it wrong because I cannot find a settings panel, file or option anywhere.

@phandasm
Copy link
Owner

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 select "Properties"

@Atris-Hayport
Copy link
Author

I see it now, I guess Ill go look up how channels work , thank you for putting up with my technical illiteracy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants