We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b694c0c commit 05f6c87Copy full SHA for 05f6c87
Source/LinkSDKDemo/Video/P2P/Controller/TIoTDemoPreviewDeviceVC.m
@@ -264,7 +264,7 @@ - (void)getDeviceStatusWithType:(NSString *)singleType qualityType:(NSString *)q
264
TIoTCoreAudioConfig *audio_config = [TIoTCoreAudioConfig new];
265
audio_config.refreshSession = NO;
266
audio_config.sampleRate = TIoTAVCaptionFLVAudio_16;
267
- audio_config.channels = 1;
+ audio_config.channels = 2;
268
audio_config.isEchoCancel = NO;
269
audio_config.pitch = tt_pitch; // -6声音会变粗一点; 6声音会变细一点
270
0 commit comments