From 97fd5979edd8efd2e97d2a9c5328d6e787e6fbb7 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sat, 7 May 2022 00:49:21 +0200 Subject: [PATCH] Created Audio action (markdown) --- Audio-action.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Audio-action.md diff --git a/Audio-action.md b/Audio-action.md new file mode 100644 index 0000000..11f6ab5 --- /dev/null +++ b/Audio-action.md @@ -0,0 +1,24 @@ +The "Audio" macro action allows you to change the volume level of sources and OBS' master volume, and mute or unmute individual sources. + +## Change volume level + +To change the volume level of an audio source or OBS' master volume first select the corresponding action at (1). +Next select the source of which you want adjust the volume at (2) and enter the desired volume level at (3). + +### Fading audio +By default, the volume change will apply as soon as the action is performed. +If you should however prefer to fade the volume change over a period of time to smooth the transition click the checkbox at (4). +Next either decide if you either want to specify the rate, at which the fade shall take place, or the duration the fade shall take to complete at (5). + +### Handling multiple audio fades on the same source +As the volume change will no longer be applied instantly if the fade option is selected situations can arise during which multiple fade on the same audio source are active. +You have to option to cancel any ongoing fades by checking the box at (6). +If you want make sure any following actions of the particular macro the audio action is part of will only be executed once the fade action is complete you will have to tick the checkbox at (7). + +![Volume](https://user-images.githubusercontent.com/19472752/167224492-f47739d4-10aa-4ffa-91ab-29814e2e8296.PNG) + +## (Un)mute + +To (un)mute an audio source first select the (un)mute action at (1) and next select the source to (un)mute at (2). + +![Mute](https://user-images.githubusercontent.com/19472752/167224073-8890e17f-bf6b-475f-9d13-1400bd82b9ab.PNG)