コード例 #1
0
 // 结束录音
 public void onEndOfSpeech() {
   if (mListener != null) {
     mListener.onEndOfSpeech();
   }
 }