上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 29 下一页
摘要: https://www.21ic.com/evm/audio/201709/737471.htm 阅读全文
posted @ 2019-07-29 11:11 dong1 阅读(148) 评论(0) 推荐(0)
摘要: 混音算法 实话实说,这个混音算法是我从网上找到的,不过效果还是挺不错的,公式就是 C = A + B - (A * B >> 0x10) A和B就是两路不同的音频数据,C就是混音后的音频数据,当然,处理后,还需要对C进行防止数据溢出的处理,否则,可能会有爆音。 如果是16bit音频数据,就是: if 阅读全文
posted @ 2019-07-24 02:17 dong1 阅读(1445) 评论(0) 推荐(0)
摘要: tinyxml http://www.grinninglizard.com/tinyxmldocs/tutorial0.html http://libxmlplusplus.sourceforge.net/ 编译tinyxml,修改Makefile 1、-fPIC DEBUG_CFLAGS := - 阅读全文
posted @ 2019-07-22 01:40 dong1 阅读(334) 评论(0) 推荐(0)
摘要: A tutorial for porting to autoconf & automake GNU autoconf (automake) "Hello World" step-by-step example All you should really know about Autoconf and 阅读全文
posted @ 2019-07-20 13:22 dong1 阅读(170) 评论(0) 推荐(0)
摘要: streams 轻便的gb28181协议中的rtp+ps格式视频流的封装和解析 packet packet实现ps的相关封装和解析, example/enc 通过joy4来读本地视频文件,然后调用RtpTransfer对象进行封装ps。 example/dec 截取了部分ps封装码流,通过RtpPa 阅读全文
posted @ 2019-07-19 17:33 dong1 阅读(1697) 评论(0) 推荐(0)
摘要: 没有! https://github.com/talybin/rest https://github.com/qvex/suil https://github.com/flandr/topper https://github.com/meltwater/served https://github.c 阅读全文
posted @ 2019-07-18 17:59 dong1 阅读(1378) 评论(0) 推荐(0)
摘要: 有些朋友买回网络摄像机之后用NVR存储录像,不知道一天24小时的存储容量会是多少?网视无忧在这里告诉大家存储容量是可以计算出来的。 方法/步骤 1 计算方法从网络摄像机的分辨率是720P还是1080P的,不管是哪种计算公式都是:存储空间=时间X码率/8(一个字节8个字位) 如摄像机的码率是300Kb 阅读全文
posted @ 2019-07-16 18:04 dong1 阅读(5161) 评论(0) 推荐(0)
摘要: Tutorials https://gstreamer.freedesktop.org/documentation/tutorials/index.html?gi-language=c Index of /src https://gstreamer.freedesktop.org/src/ 阅读全文
posted @ 2019-07-10 20:39 dong1 阅读(135) 评论(0) 推荐(0)
摘要: list.cpp #include <cstring> #include <iostream> #include <algorithm> #include <list> typedef struct item{ char id[64]; char ip[64]; int port; int stat 阅读全文
posted @ 2019-07-02 11:49 dong1 阅读(520) 评论(0) 推荐(0)
摘要: CMake Tutorial https://cmake.org/cmake/help/latest/guide/tutorial/index.html dong@dong-ubuntu:~/cmake-v3.xx.x/Help/guide/tutorial$ tree -L 1.├── Compl 阅读全文
posted @ 2019-06-30 09:22 dong1 阅读(100) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 29 下一页