Skip to content

Commit

Permalink
关闭demo上面保存flv的调用
Browse files Browse the repository at this point in the history
Change-Id: I157088f9291bb7ee879b72acee02e17333c6e6f8
  • Loading branch information
SundoggyNew committed Jan 12, 2024
1 parent 4686d06 commit e4c2c16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class VideoPreviewActivity : VideoBaseActivity(), EventView, TextureView.Surface
// audioRecordUtil = AudioRecordUtil(this, "${it.productId}/${presenter.getDeviceName()}", 16000, AudioFormat.CHANNEL_IN_MONO, AudioFormat.ENCODING_PCM_16BIT, -6)
// 变调可以传入pitch参数
// audioRecordUtil = AudioRecordUtil(this, "${it.productId}/${presenter.getDeviceName()}", 16000, AudioFormat.CHANNEL_IN_MONO, AudioFormat.ENCODING_PCM_16BIT, 0, this)
audioRecordUtil.recordSpeakFlv(true)
// audioRecordUtil.recordSpeakFlv(true)
}

XP2P.setCallback(this)
Expand Down

0 comments on commit e4c2c16

Please sign in to comment.