// The main instance (vocal instance) enables chorus mode (reducing buffer interval and audio redundancy protection)mTRTCCloud.callExperimentalAPI("{\\"api\\":\\"enableChorus\\",\\"params\\":{\\"enable\\":1,\\"audioSource\\":0}}");// The sub-instance (accompaniment instance) enables chorus mode (reducing buffer interval and audio redundancy protection)subCloud.callExperimentalAPI("{\\"api\\":\\"enableChorus\\",\\"params\\":{\\"enable\\":1,\\"audioSource\\":1}}");
// The main instance (vocal instance) enables high-performance audio AAudiomTRTCCloud.callExperimentalAPI("{\\"api\\":\\"setLowLatencyModeEnabled\\",\\"params\\":{\\"enable\\":1}}");// The sub-instance (accompaniment instance) enables high-performance audio AAudiosubCloud.callExperimentalAPI("{\\"api\\":\\"setLowLatencyModeEnabled\\",\\"params\\":{\\"enable\\":1}}");
Feedback