Android : recording audio using audiorecord class play as fast forwarded

后端 未结 3 1916
刺人心
刺人心 2021-01-03 11:51

I am trying to record a audio & stores into a sdcard as well as send to server. When I am trying to play recorded voice its playing,but not as I have recorded. If I rec

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-03 12:36

    int channels = 1 instead of int channels = 2 for CHANNELS = AudioFormat.CHANNEL_IN_MONO!

提交回复
热议问题