Playing back sound coming from microphone in real-time

后端 未结 4 1103
梦如初夏
梦如初夏 2020-12-12 16:07

I\'ve been trying to get my application recording the sound coming from the microphone and playing it back in (approximately) real-time, however without success.

I\'

4条回答
  •  离开以前
    2020-12-12 16:28

    make sure that your var data is enough for samplingRate Ex: if you use samplingRate as 44100 your data bytearrays's length should be 44101 or more

提交回复
热议问题