Home
last modified time | relevance | path

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

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1AudioInput.php25 public $audio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1AudioInput
32 public function setAudio($audio) argument
34 $this->audio = $audio;
41 return $this->audio;
H A DGoogleCloudDialogflowCxV3AudioInput.php25 public $audio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3AudioInput
32 public function setAudio($audio) argument
34 $this->audio = $audio;
41 return $this->audio;
H A DGoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment.php29 public $audio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment
52 public function setAudio($audio) argument
54 $this->audio = $audio;
61 return $this->audio;
H A DGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment.php29 public $audio; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment
52 public function setAudio($audio) argument
54 $this->audio = $audio;
61 return $this->audio;
H A DGoogleCloudDialogflowCxV3beta1QueryInput.php40 public function setAudio(GoogleCloudDialogflowCxV3beta1AudioInput $audio) argument
42 $this->audio = $audio;
49 return $this->audio;
H A DGoogleCloudDialogflowCxV3QueryInput.php40 public function setAudio(GoogleCloudDialogflowCxV3AudioInput $audio) argument
42 $this->audio = $audio;
49 return $this->audio;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A 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()
H A 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/captcha/
H A Dscript.js16 * Add a HTML5 player for the audio version of the CAPTCHA
20 var audio = document.createElement('audio');
21 if (audio) {
22 audio.src = $audiolink.attr('href');
23 $wrap.append(audio);
25 audio.play();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DRecognizeRequest.php30 public function setAudio(RecognitionAudio $audio) argument
32 $this->audio = $audio;
39 return $this->audio;
H A DLongRunningRecognizeRequest.php32 public function setAudio(RecognitionAudio $audio) argument
34 $this->audio = $audio;
41 return $this->audio;
/plugin/jplayer/
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;
H A Dscript.js6 }, this.audio, this.options);
/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/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DPreprocessingConfig.php38 public function setAudio(Audio $audio) argument
40 $this->audio = $audio;
47 return $this->audio;
/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…
H A Djplayer.pink.flag.css17 .jp-audio *:focus,
18 .jp-audio-stream *:focus,
29 .jp-audio,
30 .jp-audio-stream,
42 .jp-audio {
46 .jp-audio-stream {
121 .jp-audio .jp-controls,
162 .jp-audio-stream .jp-play,
214 .jp-audio .jp-toggles {
275 .jp-audio .jp-shuffle {
[all …]
/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…
H A Djplayer.blue.monday.css17 .jp-audio *:focus,
18 .jp-audio-stream *:focus,
29 .jp-audio,
30 .jp-audio-stream,
39 .jp-audio {
42 .jp-audio-stream {
94 .jp-audio .jp-interface {
118 .jp-audio .jp-controls {
193 .jp-audio .jp-progress {
296 .jp-audio .jp-time-holder {
[all …]
/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/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/james-heinrich/getid3/
H A Dchangelog.txt22 » add support for DSDIFF audio
643 correct audio bitrate_mode, and audio bitrate could be slightly
936 ¤ Added [audio][streams] which contains one entry for each audio
939 audio streams then [audio] will contain a sum of the bitrates
951 ¤ Added [audio][encoder_options] to audio formats where possible
1114 ¤ AVIs with MP2 audio now report ['audio']['dataformat'] as 'mp2'
1501 ¤ AVI files with WMA audio now return ['audio']['dataformat']
1879 ['mpeg']['audio']
2266 Layer-II audio
2754 but no audio data
[all …]
/plugin/chat/
H A Dlocal.php.dist11 $conf['chat']['audio-notify'] = true; // use audio notification
/plugin/advanced/lang/en/config/
H A Dmime.txt9 wav audio/wav
12 wav !audio/wav
/plugin/advanced/lang/fr/config/
H A Dmime.txt9 wav audio/wav
12 wav !audio/wav

1234