minBufferSize = AudioTrack.getMinBufferSize(sampleRate, channelConfig, audioFormat);// 解决异常IllegalArgumentException: Invalid audio buffer sizeintchannelCount =1;switch(channelConfig) {// AudioFormat.CHANNEL_CONFIGURATION_DEFAULTcaseAudioFormat.CHANNEL_OUT_DEFAULT:caseAudioFormat.CHANNEL_OUT_MONO:caseAu...
When I try to export this using the below settings, I get 4 mono channels output with my music L & R on channels 3 & 4 (which I want), however the sync dialogue is taking up two channels (1 & 2) when I only want it to be on channel 2 and a leave silence in pla...