Oops, sorry about that.Love this plugin. Unfortunately getting regular crashes. Report attached.
Bugfix release:
- Fix crash when 'Temporal Smoothing' is set to None and source is not visible
7.1 should work. I'm honestly pretty surprised to see that since that message is only given if OBS itself cannot seem to determine the audio configuration.View attachment 82391
Could you please add support for multichannel? I'm using 7.1.
Log7.1 should work. I'm honestly pretty surprised to see that since that message is only given if OBS itself cannot seem to determine the audio configuration.
If you're sure everything is configured properly, could you post a complete log file or describe your setup so I can try to reproduce this?
Huh, looks like the actual number of channels is greater than 7.1 (or does not match the predefined mappings)?
It works! Thank you very much!Huh, looks like the actual number of channels is greater than 7.1 (or does not match the predefined mappings)?
You can try this build, it will try to carry on even without knowing the channel mapping: https://github.com/phandasm/waveform/releases/tag/v1.2.3-beta1
I can't get my OBS to do this so I can't guarantee it actually works.
I believe that might be an aliasing / floating-point rounding issue with the previewIt works! Thank you very much!
Another bug here.
View attachment 82419
The rounded caps looks don't fit the bars.
I believe that might be an aliasing / floating-point rounding issue with the preview
check what it looks like without any scaling applied (select edit->preview scaling->canvas) or make a short recording and see if it's still there in the actual video output
Hm, I think I just didn't completely fix the alignment issue from last time.View attachment 82421View attachment 82423View attachment 82424View attachment 82425
You are right.
But if we scale it. It will occur this problem.
If using filtering. It will look much worse.
Should be fixed now: https://github.com/phandasm/waveform/releases/tag/v1.2.3View attachment 82421View attachment 82423View attachment 82424View attachment 82425
You are right.
But if we scale it. It will occur this problem.
If using filtering. It will look much worse.
Bugfix update:
- Support more audio configurations
- Fix alignment when scaling bar graphs
I can't reproduce this, studio mode works fine for me.View attachment 82453View attachment 82454
A problem:
It doesn't work under the studio mode preview state.
Sorry, I can't reproduce too after restarting OBS.I can't reproduce this, studio mode works fine for me.
Does it work if you choose a specific audio output instead of 'output bus'? is there anything in the log file?
Are you using a fork of OBS?Sorry, I can't reproduce too after restarting OBS.
But another problem here. And confirmed after restarting OBS.
It looks not related to the studio mode.
View attachment 82504
View attachment 82502
After restarting with sources.
View attachment 82505
If I select Output Bus and then restart OBS, it crashes sometimes.
And if it starts successfully, it won't say "Failed to get audio source" but have to wait a long time to start moving the bars.
So I went ahead and tested this on OBS Music Edition and can confirm this is a bug in their implementation of audio_output_connect() in 14 channel mode.Are you using a fork of OBS?
Mainline OBS source code claims 8 channels is the max, yet yours reports 14.
This is why it gives the "Attempting to support unknown channel config" error as OBS's own APIs cannot tell me the channel mapping of this configuration.
The crash is in the callback for capturing audio from the output bus. There is nothing wrong with the code provided that the callback is actually supplying the correct amount of audio data.
I would guess that your OBS fork does not properly implement audio_output_connect() for whatever configuration you're using.
There is not much I can do about this.
I'm still trying to work something out for mac builds so no ETA yet, but I would like to support mac once that's sorted out.i love this plugin .. on Pc, it works ! but when a version for Mac ?
thanks !