We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ada75 commit d694308Copy full SHA for d694308
sdk/video-link-android/src/main/java/com/tencent/iot/video/link/util/audio/AudioRecordUtil.java
@@ -274,6 +274,11 @@ public void setSpeakFlvFilePath(String path) {
274
this.speakFlvFilePath = path;
275
}
276
277
+ public void setSpeakPcmFilePath(String path) {
278
+ Log.e(TAG, "setSpeakPcmFilePath is: " + path);
279
+ this.speakPcmFilePath = path;
280
+ }
281
+
282
// start之前设置有效 start过程中无法改变本次对讲音调
283
public void setPitch(int pitch) {
284
Log.e(TAG, "setPitch is: "+ pitch);
0 commit comments