Feature/ndi out node #1

Merged
itten merged 15 commits from feature/ndi-out-node into main 2026-07-01 18:22:26 +03:00
Showing only changes of commit fe3b5969ca - Show all commits
+3
View File
@@ -65,6 +65,9 @@ inline std::string make_audio_flow_def(
{"sample_rate", {{"numerator", sample_rate}, {"denominator", 1}}}, {"sample_rate", {{"numerator", sample_rate}, {"denominator", 1}}},
{"channels", ch_arr}, {"channels", ch_arr},
{"bit_depth", bit_depth}, {"bit_depth", bit_depth},
{"tags", {
{"urn:x-nmos:tag:grouphint/v1.0", json::array({label + ":Audio"})}
}},
}.dump(); }.dump();
} }