trtc参数调优
This commit is contained in:
@@ -728,7 +728,7 @@ public class TRTCEngineAdapter extends BaseAdapterImpl {
|
||||
}
|
||||
});
|
||||
TRTCAppId = Integer.parseInt(appId);
|
||||
trtcCloud.callExperimentalAPI("{\"api\":\"setAudioQualityEx\",\"params\":{ \"sampleRate\":48000, \"channel\":2,\"bitrate\":192, \"encodeMode\":1, \"systemVolumeType\":1}}");
|
||||
trtcCloud.callExperimentalAPI("{\"api\":\"setAudioQualityEx\",\"params\":{ \"sampleRate\":48000, \"channel\":2,\"bitrate\":192, \"encodeMode\":1, \"systemVolumeType\":0}}");
|
||||
trtcCloud.callExperimentalAPI("{\"api\":\"enableAudioAEC\",\"params\":{ \"enable\":1,\"level\": 100}}");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user