resample / upsample sound frames from 8Khz to 48Khz (Java/Android)

后端 未结 4 2139
被撕碎了的回忆
被撕碎了的回忆 2021-01-18 15:30

The application that I am trying to develop for andriod, records frames at 48Khz (PCM 16bits & mono) and sends them to the network. Also, there is an incoming stream of

4条回答
  •  误落风尘
    2021-01-18 15:56

    Linear interpolation introduces artifacts. There is nice java library with high-quality resampling - JSSRC (http://jssrc.khadkevich.org/).

    The code is now available on Github: https://github.com/hutm/JSSRC

提交回复
热议问题