Complete managed macOS platform bring-up
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / apple-client (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s

This commit is contained in:
2026-09-18 18:51:53 +02:00
parent ab460ae12b
commit 310c0f09dd
21 changed files with 421 additions and 83 deletions
+2
View File
@@ -219,6 +219,7 @@ static void test_feed_pcm_round_trip(uint16_t port) {
CHECK(energy > 0);
vc_stream_stop(clientA, a_sid);
CHECK(vc_set_pcm_sink(clientB, nullptr, nullptr) == VC_OK);
}
cleanup_rt:
@@ -290,6 +291,7 @@ static void test_feed_pcm_stereo(uint16_t port) {
CHECK(R < L || L == 0); // L >= R (loud-L / quiet-R)
vc_stream_stop(clientA, a_sid);
CHECK(vc_set_pcm_sink(clientB, nullptr, nullptr) == VC_OK);
}
cleanup_st:
+1
View File
@@ -225,6 +225,7 @@ static void run_case(uint16_t port, vc_client* admin, EventStore& evAdmin,
CHECK(sink.last_sample_rate == 48000);
vc_stream_stop(clientA, a_sid);
CHECK(vc_set_pcm_sink(clientB, nullptr, nullptr) == VC_OK);
}
cleanup: