Home
last modified time | relevance | path

Searched refs:mp3 (Results 1 – 25 of 33) sorted by relevance

12

/plugin/jplayer/vendor/james-heinrich/getid3/
H A Ddependencies.txt18 riff depends on mp3
19 mpeg depends on mp3
20 quicktime depends on mp3
H A Dchangelog.txt45 * bugfix (G:217) mp3 array offsets of type bool
76 * bugfix (G:176) improved mp3 detection in remote-file demo
80 * bugfix: mp3.APE permit optional " dB" in ReplayGain tags
507 identified as corrupt mp3 files
550 (e.g. \\SERVER\Directory\Filename.mp3)
1324 Built-in assume mp3 format in getid3.php
1429 ['mpeg']['audio']['LAME'] (thanks bouvigneØmp3-tech*org)
1572 tag (http://gabriel.mp3-tech.org/mp3infotag.html)
2045 (getid3.mp3.php)
2046 ¤ Removed old function getMP3header() from getid3.mp3.php
[all …]
H A DREADME.md179 $remotefilename = 'http://www.example.com/filename.mp3';
525 * http://www.mp3-tech.org/programmer/frame_header.html
527 * http://gabriel.mp3-tech.org/mp3infotag.html
H A Dreadme.txt179 $remotefilename = 'http://www.example.com/filename.mp3';
543 * http://www.mp3-tech.org/programmer/frame_header.html
545 * http://gabriel.mp3-tech.org/mp3infotag.html
H A Dstructure.txt50 File type: ['fileformat'] // ex 'mp3'
69 …['fileformat']=>string() // one of the standard filetype abbreviations ('mp3', 'riff',…
94 … ['dataformat']=>string() // one of the standard filetype abbreviations ('mp3', 'wma', etc)
/plugin/mp3play/
H A Dsyntax.php48 if(file_exists(mediaFN($mp3))) {
53 list($mp3, $params) = explode('?', $match);
54 $data['mp3'] = $mp3;
/plugin/mp3play2/
H A Dplugin.info.txt6 desc Dokuwiki Plugin for playing a mp3 stream of mp3 files
H A DREADME.md6 <td>The Mp3Play plugin let you add an flash mp3 player to your Webpage and Stream Mp3 files</td>
26 <td>music, mp3, stream, flash, embed</td>
95 …<song path="http://musicweb.koncon.nl/AllCourses/hdpj/chapter05/TaketheATrain.mp3" title="URL to a…
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A DREADME.md13 - [mp3.js](https://github.com/audiocogs/mp3.js)
/plugin/jplayer/vendor/happyworm/jplayer/
H A DREADME.md17 * HTML5: **mp3, m4a (AAC), m4v (H.264),** ogv*, oga*, wav*, webm*
18 * Flash: **mp3, m4a (AAC), m4v (H.264),** rtmp, flv.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso53 …,'bmp','csv','doc','fla','flv','gif','gz','gzip','jpeg','jpg','mid','mov','mp3','mp4','mpc','mpeg'…
56 …'Media' = array('aiff','asf','avi','bmp','fla','flv','gif','jpeg','jpg','mid','mov','mp3','mp4','m…
/plugin/fckg/fckeditor/editor/css/images/fileicons/
H A Ddir.txt21 mp3.png
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp100 … "File", "7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|od…
121 ConfigAllowedExtensions.Add "Media", "aiff|asf|avi|bmp|fla|flv|gif|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpe…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar45 'mp3' => 'audio/mp3',
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm103 …le"] = "7z,aiff,asf,avi,bmp,csv,doc,fla,flv,gif,gz,gzip,jpeg,jpg,mid,mov,mp3,mp4,mpc,mpeg,mpg,od…
124 …Config.AllowedExtensions["Media"] = "aiff,asf,avi,bmp,fla,flv,gif,jpeg,jpg,mid,mov,mp3,mp4,mpc,m…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as113 switchType("mp3"); // set default state to mp3
187 case "mp3":
375 switchType("mp3");
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as510 // Mp3 streams with standard appname/no instance name, mp3: prefix
511 if (rtmpSrc.indexOf("mp3:") != -1) {
512 appName = rtmpSrc.substring(endHost,rtmpSrc.indexOf("mp3:"));
513 streamFileName = rtmpSrc.substr(rtmpSrc.indexOf("mp3:"));
H A DJplayerMp4.as136 // This event code occurs once, when the media is opened. Equiv to loadOpen() in mp3 player.
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.min.js2 …yer.org/2.9.0/jplayer/jquery.jplayer.swf",e="html,flash",f=!1,g=!1,h=!1,i={mp3:{codec:"audio/mpeg"… class in i
H A Dpopcorn.jplayer.js29 mp3: { class in format
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js29 mp3: { class in format
/plugin/flowplayer/player/
H A DREADME.txt163 - Now recognizes following kind of urls as audio clips: 'mp3:audiostreamname' (ulrs with mp3 prefix…
183 - if clip.url has the string "mp3:" in it, the clip.type will report 'audio'
236 - RSS playlists: The 'type' attribute value 'audio/mp3' in the media:content element caused an erro…
249 - now possible to use RTMP for mp3 files
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js729 mp3: {
1274 elem.canPlayType(this.format.mp3.codec); // The type is irrelevant.
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js729 mp3: {
1274 elem.canPlayType(this.format.mp3.codec); // The type is irrelevant.
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js729 mp3: {
1274 elem.canPlayType(this.format.mp3.codec); // The type is irrelevant.

12