pcm数据采样率8k转为16k

#include "stdafx.h" #include <stdint.h> #include <iostream> using namespace std; void Resample16K(short* pInAudioData, int nInAudioLen, short* pOutAudioData, int& nOutAudioLen) { short* sSampleIn =
相关文章
相关标签/搜索