Voice Detection in Android Application

前端 未结 3 1479
迷失自我
迷失自我 2020-11-28 03:47

Description


My application record sound from phone microphone. I am using android standard classes (android.media.AudioRecord) to do that. Appli

3条回答
  •  萌比男神i
    2020-11-28 04:16

    it is better to used private static final int RECORDER_SAMPLERAT=8000; it works for me.I think it will help for you

提交回复
热议问题