Skip to content

Commit e4c2c16

Browse files
committed
关闭demo上面保存flv的调用
Change-Id: I157088f9291bb7ee879b72acee02e17333c6e6f8
1 parent 4686d06 commit e4c2c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/preview/VideoPreviewActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class VideoPreviewActivity : VideoBaseActivity(), EventView, TextureView.Surface
145145
// audioRecordUtil = AudioRecordUtil(this, "${it.productId}/${presenter.getDeviceName()}", 16000, AudioFormat.CHANNEL_IN_MONO, AudioFormat.ENCODING_PCM_16BIT, -6)
146146
// 变调可以传入pitch参数
147147
// audioRecordUtil = AudioRecordUtil(this, "${it.productId}/${presenter.getDeviceName()}", 16000, AudioFormat.CHANNEL_IN_MONO, AudioFormat.ENCODING_PCM_16BIT, 0, this)
148-
audioRecordUtil.recordSpeakFlv(true)
148+
// audioRecordUtil.recordSpeakFlv(true)
149149
}
150150

151151
XP2P.setCallback(this)

0 commit comments

Comments
 (0)