You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Android/APIExample/app/src/main/java/io/agora/api/example/examples/advanced/customaudio/CustomAudioSource.java
-39Lines changed: 0 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ public class CustomAudioSource extends BaseFragment implements View.OnClickListe
// * Before calling this method, call the setExternalAudioSink(enabled: true) method to enable and set the external audio sink.
319
-
// * After a successful method call, the app pulls the decoded and mixed audio data for playback.
320
-
// * @Param data: The audio data that you want to pull. The data format is in byte[].
321
-
// * @Param lengthInByte: The data length (byte) of the external audio data. The value of this parameter is related to the audio duration,
322
-
// * and the values of the sampleRate and channels parameters that you set in setExternalAudioSink. Agora recommends setting the audio duration no shorter than 10 ms.
0 commit comments