aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-03 17:20:16 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-03 17:20:16 +0100
commit60e8da0aa99fa35ed7d82d8442d985261db3b26a (patch)
treed7242f686a3f2bce4464ea8c4c8dec07396fc9f2 /include/Config.hpp
parent170b2493fcd978bc26de04da78559f6efd309e22 (diff)
Remove merge audio tracks option for streaming. Streaming sites dont support multiple audio tracks (in general)
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index de96722..87d71dd 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -25,7 +25,7 @@ namespace gsr {
int32_t video_height = 0;
int32_t fps = 60;
int32_t video_bitrate = 15000;
- bool merge_audio_tracks = true;
+ bool merge_audio_tracks = true; // Currently unused for streaming because all known streaming sites only support 1 audio track
bool application_audio_invert = false;
bool change_video_resolution = false;
std::vector<std::string> audio_tracks;