Open Compute Project https://github.com/opencomputeproject https://github.com/floodlight/floodlight https://github.com/sdnds-tw/awesome-sdn https://gi ...
分类:
其他好文 时间:
2017-08-10 21:01:51
阅读次数:
125
搭建LNMP环境 一,安装nginx 卸载rpm安装的httpd 安装支持软件pcre-devel zlib-devel gcc gcc-c++ make 创建nginx用户和组 [root@www ~]# useradd -M -s /sbin/nologin nginx 编译安装Nginx [r ...
分类:
其他好文 时间:
2017-08-09 11:24:10
阅读次数:
207
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; event ...
分类:
其他好文 时间:
2017-08-05 18:59:22
阅读次数:
115
示例代码:/etc/nginx/nginx.conf user nginx;worker_processes auto;error_log /var/log/nginx/error.log;pid /run/nginx.pid;include /usr/share/nginx/modules/*.c ...
分类:
Web程序 时间:
2017-07-20 17:34:08
阅读次数:
199
http://blog.csdn.net/java_android_c/article/details/52619737 Android 音频简介 常见的音频编解码的类型:AAC OPUS MP3 AMR Ogg PCM AAC: 高级音频编码 对应 .m4a(audio/m4a)或者.3pg(au ...
分类:
移动开发 时间:
2017-07-11 17:43:39
阅读次数:
806
phabricator 依赖环境 系统centos,mysql,php,nginx 1.下载安装脚本 https://secure.phabricator.com/source/phabricator/browse/master/scripts/install/install_rhel-derivs ...
分类:
其他好文 时间:
2017-06-23 11:44:59
阅读次数:
558
在现实生活中,音频(audio)主要用在两大场景中:语音(voice)和音乐(music)。语音主要用于沟通通信,如打电话,现在由于语音识别的发展,人机语音交互也是语音的一个应用,目前正在风口上,好多大厂都推出了智能音箱。音乐主要用于欣赏,如音乐播放。 下面简单介绍音频的基础知识: 采样和采样频率: ...
分类:
其他好文 时间:
2017-06-17 22:36:12
阅读次数:
284
本文原创自 http://blog.csdn.net/voipmaker 转载注明出处。 (1) Web 管理台管理会议 (2) 视频格式支持VP8,H264,H263 (3) 音频支持PCMU,PCMA,GSM, SPEEX,OPUS,G722,iLBC (4) 依据用户登入,动态分屏, 支持22 ...
分类:
其他好文 时间:
2017-04-22 13:00:21
阅读次数:
191
You-Get You-Get is a tiny command-line utility to download media contents (videos, audios, images) from the Web, in case there is no other handy way t ...
分类:
其他好文 时间:
2017-04-16 22:34:44
阅读次数:
1068
一、音频文件格式.ogg/.mp3/.wav/.aac/.mp4/.opus,最后一种新的音频文件格式,在本书写作之时只有 Firefox 支持。对于音频,最好的两种格式是 Ogg 和 MP3。二、在网页中添加带控件的单个音频文件<audio src="my-audio.ext" autoplay ...
分类:
Web程序 时间:
2016-12-25 02:06:02
阅读次数:
351