@@ -105,6 +105,9 @@ int AudioNsImpl::NsProcess8kAudioSampleRate(char* pDst, uint32_t uDstLen, char*
}
+ else if ((160 == uDstLen) && (160 == uSrcLen)){
+ iRet = WebRtcNs_Process(m_NsHandle, (short*)pSrc, NULL, (short*)pDst, NULL);
+ }
return iRet;