Home
last modified time | relevance | path

Searched refs:audio (Results 1 – 25 of 97) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3AudioInput.php25 public $audio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3AudioInput
32 public function setAudio($audio) argument
34 $this->audio = $audio;
41 return $this->audio;
DGoogleCloudDialogflowCxV3beta1AudioInput.php25 public $audio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1AudioInput
32 public function setAudio($audio) argument
34 $this->audio = $audio;
41 return $this->audio;
DGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment.php29 public $audio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment
52 public function setAudio($audio) argument
54 $this->audio = $audio;
61 return $this->audio;
DGoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment.php29 public $audio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment
52 public function setAudio($audio) argument
54 $this->audio = $audio;
61 return $this->audio;
DGoogleCloudDialogflowCxV3beta1QueryInput.php40 public function setAudio(GoogleCloudDialogflowCxV3beta1AudioInput $audio) argument
42 $this->audio = $audio;
49 return $this->audio;
DGoogleCloudDialogflowCxV3QueryInput.php40 public function setAudio(GoogleCloudDialogflowCxV3AudioInput $audio) argument
42 $this->audio = $audio;
49 return $this->audio;
/plugin/jcapture/src/com/hammurapi/jcapture/
DFragmentImpl.java10 private File audio; field in FragmentImpl
13 FragmentImpl( List<Frame> frames, File audio) { in FragmentImpl() argument
14 this.audio = audio; in FragmentImpl()
25 return audio; in getAudio()
DSwfEncoder.java126 File audio = fragment.getAudio(); in encode() local
127 if (audio!=null) { in encode()
133 audio = new File(audio.getAbsolutePath()+".mp3"); in encode()
135 …fig.getMp3command(), new Object[] {fragment.getAudio().getAbsolutePath(), audio.getAbsolutePath()}… in encode()
142 soundFactory.read(audio); in encode()
330 if (audio!=null) { in encode()
331 if (!audio.delete()) { in encode()
332 audio.deleteOnExit(); in encode()
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
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/authgooglesheets/vendor/google/apiclient-services/src/Speech/
DRecognizeRequest.php30 public function setAudio(RecognitionAudio $audio) argument
32 $this->audio = $audio;
39 return $this->audio;
DLongRunningRecognizeRequest.php32 public function setAudio(RecognitionAudio $audio) argument
34 $this->audio = $audio;
41 return $this->audio;
/plugin/jplayer/
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/captcha/
Dscript.js22 const audio = document.createElement('audio'); constant
23 audio.src = audiolink.getAttribute('href');
24 wrap.appendChild(audio);
26 audio.play();
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
Djplayer.pink.flag.min.css1audio :focus,.jp-audio-stream :focus,.jp-video :focus{outline:0}.jp-audio button::-moz-focus-inner…
Djplayer.pink.flag.css17 .jp-audio *:focus,
18 .jp-audio-stream *:focus,
23 .jp-audio button::-moz-focus-inner,
24 .jp-audio-stream button::-moz-focus-inner,
29 .jp-audio,
30 .jp-audio-stream,
42 .jp-audio {
46 .jp-audio-stream {
108 .jp-audio .jp-controls-holder {
111 .jp-audio-stream .jp-controls-holder {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
DPreprocessingConfig.php38 public function setAudio(Audio $audio) argument
40 $this->audio = $audio;
47 return $this->audio;
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
Djplayer.blue.monday.min.css1audio :focus,.jp-audio-stream :focus,.jp-video :focus{outline:0}.jp-audio button::-moz-focus-inner…
Djplayer.blue.monday.css17 .jp-audio *:focus,
18 .jp-audio-stream *:focus,
23 .jp-audio button::-moz-focus-inner,
24 .jp-audio-stream button::-moz-focus-inner,
29 .jp-audio,
30 .jp-audio-stream,
39 .jp-audio {
42 .jp-audio-stream {
94 .jp-audio .jp-interface {
97 .jp-audio-stream .jp-interface {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
Djplayer.pink.flag.scss18 .jp-audio *:focus,
19 .jp-audio-stream *:focus,
25 .jp-audio button::-moz-focus-inner,
26 .jp-audio-stream button::-moz-focus-inner,
32 .jp-audio,
33 .jp-audio-stream,
47 .jp-audio {
52 .jp-audio-stream {
114 .jp-audio .jp-controls-holder {
117 .jp-audio-stream .jp-controls-holder {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
Djplayer.blue.monday.scss18 .jp-audio *:focus,
19 .jp-audio-stream *:focus,
25 .jp-audio button::-moz-focus-inner,
26 .jp-audio-stream button::-moz-focus-inner,
32 .jp-audio,
33 .jp-audio-stream,
44 .jp-audio {
47 .jp-audio-stream {
97 .jp-audio .jp-interface {
101 .jp-audio-stream .jp-interface {
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/
Dchangelog.txt22 » add support for DSDIFF audio
23 » add support for TAK lossess audio
62 * bugfix (G:191) unsupported operand types module.audio.ac3.php:763
92 * bugfix (G:147) Quicktime audio/video bitrate guessing
121 * bugfix: (#2066) fix AAC MIME type, remove video key for audio-only files
163 * bugfix (G:60): missing "break" in module.audio-video.quicktime.php
167 * bugfix (G:56): unsupported MIME type "audio/x-wave"
205 » Add support for AMR (Adaptive Multi-Rate audio codec)
206 new file: module.audio.amr.php
223 * Bugfix: [module.audio-video.quicktime.php] track languages set
[all …]
/plugin/chat/
Dlocal.php.dist11 $conf['chat']['audio-notify'] = true; // use audio notification
/plugin/advanced/lang/en/config/
Dmime.txt9 wav audio/wav
12 wav !audio/wav
/plugin/advanced/lang/fr/config/
Dmime.txt9 wav audio/wav
12 wav !audio/wav
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
Dphar-sample.phar41 'midi' => 'audio/midi',
42 'mid' => 'audio/midi',
43 'mod' => 'audio/mod',
45 'mp3' => 'audio/mp3',
53 'wav' => 'audio/wav',

1234