Home
last modified time | relevance | path

Searched refs:audio (Results 1 – 8 of 8) sorted by path

/dokuwiki/conf/
H A Dmime.conf13 mp3 audio/mpeg
14 ogg audio/ogg
15 wav audio/wav
/dokuwiki/data/
H A Ddeleted.files488 lib/images/fileicons/audio.png
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt131 You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
186 Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less106 audio {
231 audio {
H A Dprint.css15 audio, selector
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md95 - Add audio, video @src elements/attribute for URL resolution by @rdalverny in [#716](https://github.com/simplepie/simplepie/pull/716)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php352 * Get the number of audio channels
619 * @return string|null Should be one of 'image', 'audio', 'video', 'document', 'executable'
832 * - `audio` (string): This is an image that should be used as a
833 * placeholder for audio files before they're loaded (QuickTime-only).
868 $audio = '';
893 case 'audio':
894 $audio = $opt[1];
956 if ($mime === 'audio') {
973 } elseif ($mime === 'audio') {
978 if ($mime === 'audio') {
[all...]
H A DSimplePie.php655 public $add_attributes = ['audio' => ['preload' => 'none'], 'iframe' => ['sandbox' => 'allow-scripts allow-same-origin'], 'video' => ['preload' => 'none']];