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 =
相關文章
相關標籤/搜索