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
+21-87Lines changed: 21 additions & 87 deletions
Original file line number
Diff line number
Diff line change
@@ -58,17 +58,22 @@ public class CustomAudioSource extends BaseFragment implements View.OnClickListe
Copy file name to clipboardExpand all lines: Android/APIExample/app/src/main/java/io/agora/api/example/examples/advanced/customaudio/PCMRecordService.java
Copy file name to clipboardExpand all lines: Android/APIExample/app/src/main/res/values/strings.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@
119
119
<stringname="joinchannelvideo">This example demonstrates how to use the SDK to join channels for audio and video calls.</string>
120
120
<stringname="adjustvolume">This example demonstrates how to use the SDK to adjust in cal volume.</string>
121
121
<stringname="precalltest">This example demonstrates how to use the SDK to check uplink network condition before joining the channel.</string>
122
-
<stringname="customaudio">This example demonstrates how to use custom audio source and custom audio sink API to do Audio capture and renderer. </string>
122
+
<stringname="customaudio">This example demonstrates how to use mediaOption API to publish microphone and custom audio source. </string>
123
123
<stringname="customremoterender">This example demonstrates how to customize the functions of the remote video stream renderer during audio and video calls.</string>
124
124
<stringname="processrawdata">This example demonstrates how to obtain raw data through callback during audio and video calls, and how to return the data to the SDK after processing.\nPS:Bare data includes video frames and audio frames</string>
125
125
<stringname="pushexternalvideo">This example demonstrates how to use the active push mode to collect video during audio and video calls.</string>
0 commit comments