Contact us
  • Tech:feedback@emokit.com
  • Business:biz@emokit.com
Navigation:Index > Support > FAQ >

Does the order of function calling matter?

  It requires initializing the sound monitor first, and then adjusting the voice and heart rate emotion tests to your own needs.To take Android call as an example,start the voice monitoring code as follows:

  Emotiondetectemotiondetect = Emotiondetect.createRecognizer(this,mInitListener);
  emotiondetect.startListening(mRecognizerListener);