exeldro / obs-audio-monitor

audio monitor filter for OBS Studio
GNU General Public License v2.0
282 stars 29 forks source link

Feature Request: Use OBS output settings for Track names #15

Closed lebaston100 closed 3 years ago

lebaston100 commented 3 years ago

It would be nice if the audio track name in the mixer dock would get pulled from the obs audio output settings in case the setting is not empty.

image

exeldro commented 3 years ago

I like that idea, will try to add that

exeldro commented 3 years ago

You can find the first test build here: https://github.com/exeldro/obs-audio-monitor/actions/runs/584860412

lebaston100 commented 3 years ago

Tested earlier with run 584795581 and it seems to work so far. Only thing i could find is that you need to either restart obs or re-add the track to update the label in the mixer. Personally i have no problem with that.

exeldro commented 3 years ago

Yeah I have not found a trigger or event when the configuration is changed yet. An other workaround is switching profiles, that should load the names from the new profile.

lebaston100 commented 3 years ago

Then i guess as long as there is no settings changed event from obs it will stay like that. As mentioned i have no problem with that as that's something that shouldn't really change that often inside a profile. Otherwise it seems to work perfectly fine.

exeldro commented 3 years ago

ok, releasing it with version 0.6.1 in a moment