Improve iOS voice stability and user audio controls
Build and test / test (macos-latest) (push) Canceled after 0s
Build and test / test (ubuntu-24.04) (push) Canceled after 0s
Build and test / test (windows-latest) (push) Canceled after 0s
Build and test / apple-client (push) Canceled after 0s

This commit is contained in:
2026-09-22 22:07:00 +02:00
parent 7b0c003ad4
commit ea76d5157a
15 changed files with 460 additions and 68 deletions
@@ -128,7 +128,7 @@ public class PublishServerScriptTests
Assert.Contains("SetPreferredInputOrientation(AVAudioStereoOrientation.None", router);
Assert.Contains("AVAudioSession.PolarPatternStereo", router);
Assert.Contains("SupportsStereoPolarPattern", router);
Assert.Contains("route.TargetFrames = IosAudioRouter.Shared.UsesVoiceProcessing ? 3 : 6", engine);
Assert.Contains("AdaptivePcmBuffer Ring = new(channels, 120, 65_536)", engine);
Assert.Contains("SelectedDataSourceId = null; SelectedPolarPattern = AVAudioDataSourcePolarPattern.Unknown", router);
Assert.Contains("ClearStereoPolarPattern(session)", router);
Assert.Contains("CaptureChannels == 2\n ? port.DataSources?.FirstOrDefault", router);