├── CMakeLists.txt ├── LICENSE ├── README.md ├── cng.cpp ├── cng.h ├── dr_wav.h └── main.cpp /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/WebRTC_CNG/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/WebRTC_CNG/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/WebRTC_CNG/HEAD/README.md -------------------------------------------------------------------------------- /cng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/WebRTC_CNG/HEAD/cng.cpp -------------------------------------------------------------------------------- /cng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/WebRTC_CNG/HEAD/cng.h -------------------------------------------------------------------------------- /dr_wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/WebRTC_CNG/HEAD/dr_wav.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/WebRTC_CNG/HEAD/main.cpp --------------------------------------------------------------------------------