mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-19 11:48:41 -05:00
UI: Enable multiple audio tracks in Simple Output recording
This adds support for multiple audio tracks in Simple Output for recordings. This is enabled for all quality presets (including "Lossless") except "Same as Stream". This is also enabled for the Replay Buffer. An exception is made for flv recording format since it only allows a single audio track. The recorded track (and streaming track) is then Track 1 as before. Signed-off-by: pkv <pkv@obsproject.com>
This commit is contained in:
@@ -1534,6 +1534,8 @@ bool OBSBasic::InitBasicConfigDefaults()
|
||||
"StreamAudioEncoder", "aac");
|
||||
config_set_default_string(basicConfig, "SimpleOutput",
|
||||
"RecAudioEncoder", "aac");
|
||||
config_set_default_uint(basicConfig, "SimpleOutput", "RecTracks",
|
||||
(1 << 0));
|
||||
|
||||
config_set_default_bool(basicConfig, "AdvOut", "ApplyServiceSettings",
|
||||
true);
|
||||
|
||||
Reference in New Issue
Block a user