tt2468
167f539416
libobs: Rename obs_audio_monitoring_supported to _available
...
With the reasonable possibility of monitoring support becoming a
runtime check, the phrase `available` is more fitting.
2021-12-22 02:43:14 -08:00
Matt Gajownik
a150fe7573
UI: Remove unused/nonexistent signal/slot connections
2021-11-26 17:28:34 +11:00
tt2468
ff22897d68
libobs/UI: Stop using preprocessor directives for monitor
...
**Code Cleanup**
Stop using preprocessor directives to determine if audio monitoring
is supported. Use runtime function instead
2021-11-20 20:00:59 -08:00
Matt Gajownik
ef5bb70db0
UI: Align Advanced Audio Percent toggle to Volume text
...
Due to the placement of addStretch(), the checkbox was being
attached to the Mono label when resizing the dialog.
2020-08-25 16:30:49 +10:00
Clayton Groeneveld
9db6a33714
UI: Add percent checkbox to advanced audio dialog
2020-05-23 01:05:07 -05:00
Chris Angelico
2036c06b91
UI: Fix compilation warning re signed/unsigned
2020-02-24 12:31:39 +11:00
Matt Gajownik
c58f6aea35
UI: Show source icons in Advanced Audio Properties
...
Co-authored-by: VodBox <dillon@vodbox.io>
2020-02-04 13:21:59 +11:00
Exeldro
7f395c14b6
UI: Add Active/Inactive status to adv audio props
...
Allows the ability to see whether an audio source listed in advanced
audio properties is currently active or inactive (i.e. in an inactive
scene)
2019-12-27 11:44:29 -08:00
Exeldro
9f8dc0e218
UI: Add "Active Sources Only" option to adv audio props
...
Allows the ability to modify the properties of inactive audio sources
which may in scenes other than the one that is currently active.
2019-12-27 11:15:38 -08:00
Clayton Groeneveld
a2298f3f94
UI: Add option to use percent instead of dB
2019-12-23 14:57:32 -08:00
Clayton Groeneveld
e5365ec583
UI: Improve look of adv audio control dialog
2019-07-21 22:31:10 -07:00
jp9000
f53df7da64
clang-format: Apply formatting
...
Code submissions have continually suffered from formatting
inconsistencies that constantly have to be addressed. Using
clang-format simplifies this by making code formatting more consistent,
and allows automation of the code formatting so that maintainers can
focus more on the code itself instead of code formatting.
2019-06-23 23:49:10 -07:00
Richard Stanway
43fbefb9ef
UI: Remove additional unused help icons
2019-02-12 12:55:31 +01:00
cg2121
a4a7deeed6
UI: Implement stereo balancing
2018-09-07 09:27:14 -05:00
Igor Bochkariov
61839d8c94
UI: Sort audio controls by source name
...
Audio controls in OBS Mixer and Advanced Audio Properties window are not
sorted at all. Every time OBS is restarted they get shuffled (Jim note:
This is due to json object hashing). The order of these controls is
additionally not consistent between the mixer and the advanced audio
properties window.
Closes obsproject/obs-studio#1242
2018-04-20 19:49:26 -07:00
Shaolin
1bae6f3c18
UI: Enable audio monitoring on linux if pulse available
...
Closes jp9000/obs-studio#940
2017-09-12 03:37:58 -07:00
cg2121
e26f07a1c3
UI: Make sure all dialogs have close buttons
...
This adds close buttons to remux dialog, output timer dialog, and
advanced audio properties dialog. I also did a small refactor of the
remux dialog so the buttons were consistent with other dialogs.
Closes jp9000/obs-studio#876
2017-04-30 06:38:33 -07:00
jp9000
7639b277ce
UI: Add audio monitoring to settings/adv audio props.
...
Adds audio monitoring selection to advanced audio properties, and adds
the ability to select the device in advanced settings.
2017-02-06 11:44:04 -08:00
jp9000
01b274f1da
UI: Rename 'obs' dir to 'UI'
...
This is to prevent confusion both when prefixing commits and when
reading the directory structure for the first time.
2016-08-27 20:19:45 -07:00