用来播放声音文件。案例1: 您的浏览器不支持audio标签效果图:(浏览器支持情况下)注释:(1)autoplay、controls、loop、preload等功能与视频功能类似,此处就不多解释了^-^;
分类:
Web程序 时间:
2015-04-09 14:59:13
阅读次数:
129
Continue previous article :
Understand wave format, and implement a wave reader , In here , I will demonstrate how to play audio in windows.
(Zeroth are wave format, you could refer to previous a...
15款jQuery的插件:jQMeter、Prism Effect Slider、Fixed Background Effect、Animated Dropdown Mega Menu、Audio Recording、jQuery Progress Tracker、Hover Effects Bui...
分类:
Web程序 时间:
2015-04-07 11:39:57
阅读次数:
160
HTML5之音频功能
1、Web 上的音频
直到现在,仍然不存在一项旨在网页上播放音频的标准。
今天,大多数音频是通过插件(比如 Flash)来播放的。然而,并非所有浏览器都拥有同样的插件。
HTML5 规定了一种通过 audio 元素来包含音频的标准方法,即HTML5提供了播放音频的标准。
audio 元素能够播放声音文件或者音频流。
2、音频格式
当前...
分类:
Web程序 时间:
2015-04-07 09:46:55
阅读次数:
140
Chapter 11Audio and Labels你会学到如何播放audio,包括音效和音乐(sound effects and music)。sound effects可以通过Timeline播放,但是大部分都需要使用ObjectAL编程,ObjectAL是Cocos2D和SpriteBuild...
分类:
其他好文 时间:
2015-04-02 18:00:32
阅读次数:
198
所有的音视频凯源代码在这里:http://sourceforge.net/directory/audio-video/os:windows/,你可以下载分析,视频不懂请发邮件给我,帮你分析。0.视频项目0.1 VLC media playerVLC 多媒体播放器(最初为VideoLAN Client...
分类:
其他好文 时间:
2015-04-01 15:03:41
阅读次数:
228
VLC调研 VLC控件支持的参数和方法 VLC对象列表 Vlc Plugin Object的方法 l VersionInfo:成员, 返回版本信息的字符串 l vlc.versionInfo():方法, 返回版本信息的字符串 Audio object的属性(读写) l vlc.audio.mute ...
分类:
其他好文 时间:
2015-03-31 17:42:42
阅读次数:
176
当开发多媒体应用或者游戏应用的时候,需要使用音量控制键来设置程序的音量大小。在Android系统中有多中音频流,通过Activity中的函数 setVolumeControlStream(int streamType)可以设置该Activity中音量控制键控制的音频流,一般在onCreate函数中设置。Android中有如下几种音频流(streamType是需要调整音量的类型):
Audio...
分类:
移动开发 时间:
2015-03-30 16:32:30
阅读次数:
148
How to install MP4box on CentOS 6MP4Box is a MP4 multiplexer. It can import MPEG-4 video, DivX, XviD, 3ivx, h264 etc, audio streams and subtitles into...
分类:
其他好文 时间:
2015-03-29 07:02:48
阅读次数:
202
You can use the following tutorial toinstall ffmpeg and other video modulesin your centos server.FFmpegis an audio/video conversion tool. It includes ...
分类:
Web程序 时间:
2015-03-29 07:01:27
阅读次数:
167