Home
last modified time | relevance | path

Searched refs:audio (Results 51 – 75 of 92) sorted by last modified time

1234

/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt29 Section 1 (['audio'], ['video'], ['tags_html'], ['replay_gain']).
54 Audio frequency: ['audio']['sample_rate'] // ex 44100 (Hertz)
86 ['audio']=>array() {
87 …['bitrate']=>double() // average bitrate for audio portion of file (all audio streams),…
91 ['channels']=>integer() // number of audio channels
92 ['codec']=>string() // name of audio compression codec
960 ['audio']=>array() { //
1485 ['quicktime']=>array() { // Quicktime - video/audio
1491 ['audio']=>array() { //
1915 ['audio']=>array() { //
[all …]
H A Dreadme.txt77 ¤ audio-lossy:
89 ¤ audio-lossless:
93 * CD-audio (*.cda)
108 ¤ audio-video:
399 * Bitrate split between audio and video cannot be calculated for
565 * http://www.lossless-audio.com/
H A DREADME.md77 + audio-lossy:
89 + audio-lossless:
93 * CD-audio (*.cda)
108 + audio-video:
392 * Bitrate split between audio and video cannot be calculated for
547 * http://www.lossless-audio.com/
/plugin/jplayer/components/
H A Drequire-built.js2898 this.html.audio = {};
3003 this.require.audio = false;
3056 this.htmlElement.audio.id = this.internal.audio.id;
3057 …this.html.audio.available = !!this.htmlElement.audio.canPlayType && this._testCanPlayType(this.htm…
3206 if(this.html.audio.available) {
3207 this._addHtmlEventListeners(this.htmlElement.audio, this.html.audio);
3209 this.internal.audio.jq = $("#" + this.internal.audio.id);
3358 if(this.require.audio) {
3953 this.html.audio.gate = false;
4086 if(this.htmlElement.audio) {
[all …]
/plugin/jplayer/
H A Dscript.js6 }, this.audio, this.options);
H A Dcomposer.lock59 "audio",
89 …"ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requir…
96 "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
H A Dsyntax.php51 $audio = array('title' => $pathinfo['filename']);
53 $audio['mp3'] = $link;
57 $audio['title'] = $analyze['tags']['id3v2']['title'];
59 $audio['title'] = $analyze['tags']['id3v1']['title'];
64 $audio['oga'] = $link;
68 $audio['free'] = true;
70 return $audio;
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.min.css1audio :focus,.jp-audio-stream :focus,.jp-video :focus{outline:0}.jp-audio button::-moz-focus-inner…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.min.css1audio :focus,.jp-audio-stream :focus,.jp-video :focus{outline:0}.jp-audio button::-moz-focus-inner…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dopus.js2audio){if(done)return;done=true;Module["preloadedAudios"][name]=audio;if(onload)onload(byteArray)}… argument
H A Daurora.js2921 this.audio = new Audio;
2922 this.audio.mozSetup(this.channels, this.sampleRate);
2932 written = this.audio.mozWriteAudio(this.tail);
2940 currentPosition = this.audio.mozCurrentSampleOffset();
2945 written = this.audio.mozWriteAudio(buffer);
2958 return this.audio.mozCurrentSampleOffset() / this.channels;
H A Dogg.js2audio){if(done)return;done=true;Module["preloadedAudios"][name]=audio;if(onload)onload(byteArray)}… argument
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as264 // NB: With MP4 player both audio and video types get connected to myVideo.
265 // NB: Had believed it was important for the audio too, otherwise what plays it?
419 // videoSupport turns on/off video - by default no video, audio only
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss18 .jp-audio *:focus,
19 .jp-audio-stream *:focus,
32 .jp-audio,
33 .jp-audio-stream,
44 .jp-audio {
47 .jp-audio-stream {
97 .jp-audio .jp-interface {
126 .jp-audio .jp-controls {
214 .jp-audio .jp-progress {
329 .jp-audio .jp-time-holder {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djquery.jplayer.inspector.min.js2 …html.audio.available&&(b+="<code>htmlElement.audio.canPlayType = "+typeof a(this).data("jPlayerIns…
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js70 this.audio = {};
92 if(event.jPlayer.html.used && event.jPlayer.html.audio.available) {
93 self.audio = $(this).data("jPlayer").htmlElement.audio;
113 if((typeof self.audio.buffered === "object") && (self.audio.buffered.length > 0)) {
114 if(self.audio.duration > 0) {
116 for(var i = 0; i < self.audio.buffered.length; i++) {
117 bufferTime += self.audio.buffered.end(i) - self.audio.buffered.start(i);
120 percent = 100 * bufferTime / self.audio.duration;
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
H A Djplayer.pink.flag.scss18 .jp-audio *:focus,
19 .jp-audio-stream *:focus,
32 .jp-audio,
33 .jp-audio-stream,
47 .jp-audio {
52 .jp-audio-stream {
129 .jp-audio .jp-controls,
179 .jp-audio-stream .jp-play,
251 .jp-audio .jp-toggles {
317 .jp-audio .jp-shuffle {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/
H A DREADME.md11 * add **audio** and **video** to your jQuery/Zepto projects.
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js853 this.html.audio = {};
958 this.require.audio = false;
1011 this.htmlElement.audio.id = this.internal.audio.id;
1012 …this.html.audio.available = !!this.htmlElement.audio.canPlayType && this._testCanPlayType(this.htm…
1161 if(this.html.audio.available) {
1162 this._addHtmlEventListeners(this.htmlElement.audio, this.html.audio);
1164 this.internal.audio.jq = $("#" + this.internal.audio.id);
1313 if(this.require.audio) {
1908 this.html.audio.gate = false;
2041 if(this.htmlElement.audio) {
[all …]
H A Djquery.jplayer.min.js2audio={},this.html.video={},this.aurora={},this.aurora.formats=[],this.aurora.properties=[],this.f…
3audio.gate=!0,c._html_setAudio(b),c.html.active=!0,a.jPlayer.platform.android&&(c.androidFix.setMe…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js267 if($(this).data("jPlayerInspector").jPlayer.data("jPlayer").html.audio.available) {
268 …peof $(this).data("jPlayerInspector").jPlayer.data("jPlayer").htmlElement.audio.canPlayType) +"</c…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js853 this.html.audio = {};
958 this.require.audio = false;
1011 this.htmlElement.audio.id = this.internal.audio.id;
1012 …this.html.audio.available = !!this.htmlElement.audio.canPlayType && this._testCanPlayType(this.htm…
1161 if(this.html.audio.available) {
1162 this._addHtmlEventListeners(this.htmlElement.audio, this.html.audio);
1164 this.internal.audio.jq = $("#" + this.internal.audio.id);
1313 if(this.require.audio) {
1908 this.html.audio.gate = false;
2041 if(this.htmlElement.audio) {
[all …]
/plugin/codemirror/dist/modes/
H A Dstylus.min.js.map1 …gKeywords_ = [\"a\",\"abbr\",\"address\",\"area\",\"article\",\"aside\",\"audio\", \"b\", \"base\"…
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1audio-video::before{content:"\F93C"}.mdi-audiobook::before{content:"\F067"}.mdi-augmented-reality:…

1234