Tweak binarual port names

This commit is contained in:
Robin Gareus 2024-04-01 17:38:47 +02:00
parent 719debf292
commit e29ac27c59
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ Route::init ()
_output->set_audio_channel_names (std::vector<std::string> {
_("L"), _("R"), _("C"), _("LFE"), _("Ls"), _("Rs"),
_("Lrs"), _("Rrs"), _("Lfh"), _("Rfh"), _("Lrh"), _("Rrh"),
_("Lb"), _("Rb")
_("BinL"), _("BinR")
});
}