C/C++ 常用库一览
下面列出列了平时用到的一些C++库。
ADPCMA
ADPCM-A音频编解码库
https://github.com/freem/adpcma
解码:将1字节拆分成高低4位分别解码,1字节解码得到4字节。
https://wiki.neogeodev.org/index.php?title=ADPCM_codecs#Decoding_tool
cJSON
轻量级Json库
https://github.com/DaveGamble/cJSON
cmdline.h
命令行参数解析库,只有一个文件。
https://github.com/tanakh/cmdline
FFmpeg
音视频编解码库
https://github.com/FFmpeg/FFmpeg
FFmpegInterop
Windows下编译FFmpeg比较好用的库
https://github.com/Microsoft/FFmpegInterop
libcurl
Http、Ftp等网络通信库
https://github.com/curl/curl
libg7221
G722.1音频编解码库
https://github.com/kode54/libg7221_decode
PJSIP
SIP/VOIP协议栈库
http://www.pjsip.org/