Vapor: set surround bus channel names

This commit is contained in:
Robin Gareus 2024-01-11 05:56:18 +01:00
parent 3c5f9f1450
commit 4a9b2cd014
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -303,6 +303,11 @@ Route::init ()
_monitor_control.reset (new MonitorProcessor (_session));
_monitor_control->activate ();
_output->set_audio_channel_names (std::vector<std::string> {
_("L"), _("R"), _("C"), _("LFE"), _("Ls"), _("Rs"),
_("Lrs"), _("Rrs"), _("Lfh"), _("Rfh"), _("Lrh"), _("Rrh"),
_("Lb"), _("Rb")
});
}
if (_presentation_info.flags() & PresentationInfo::FoldbackBus) {