Home
last modified time | relevance | path

Searched refs:play (Results 451 – 475 of 43157) sorted by relevance

1...<<11121314151617181920>>...1727

/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DBusPlug.schelp14 { Splay.ar(SinOsc.ar(a.kr(3, MouseX.kr(0, 25)))) * 0.1 }.play; // selectively play 3 channel of the…
96 { Blip.ar(b + 5) }.play;
121 method::play
143 Where in the node tree to play the monitor synths
176 stop to play out public channels.
204 note::you have to stop and play explicitly::
228 m = { Mix(SinOsc.ar(a.kr(16), 0, 0.1)) }.play;
258 p.play;
260 // also p can play to another bus:
263 p.play(12);
[all …]
H A DRunningSum.schelp19 { RunningSum.ar(SoundIn.ar) }.play
26 }.play
40 }.play
46 { RunningSum.rms(SoundIn.ar) }.play
50 // play around
59 }.play
H A DPan4.schelp43 { Pan4.ar(PinkNoise.ar, FSinOsc.kr(2), FSinOsc.kr(1.2), 0.3)) }.play;
46 { Pan4.ar(PinkNoise.ar, -1, 0, 0.3) }.play; // left pair
47 { Pan4.ar(PinkNoise.ar, 1, 0, 0.3) }.play; // right pair
48 { Pan4.ar(PinkNoise.ar, 0, -1, 0.3) }.play; // back pair
49 { Pan4.ar(PinkNoise.ar, 0, 1, 0.3) }.play; // front pair
51 { Pan4.ar(PinkNoise.ar, 0, 0, 0.3) }.play; // center
/dports/games/ioquake3/ioquake3-1.36/code/libspeex/
H A Decho_diagnostic.m14 play=fread(F,Inf,'short');
18 play = [play; zeros(1024,1)]; variable
21 corr = real(ifft(fft(rec).*conj(fft(play))));
22 acorr = real(ifft(fft(play).*conj(fft(play))));
40 corr1 = real(ifft(fft(rec(1:N2)).*conj(fft(play(1:N2)))));
41 corr2 = real(ifft(fft(rec(N2+1:end)).*conj(fft(play(N2+1:end)))));
68 out = (rec - filter(h, 1, play));
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/
H A Decho_diagnostic.m14 play=fread(F,Inf,'short');
18 play = [play; zeros(1024,1)]; variable
21 corr = real(ifft(fft(rec).*conj(fft(play))));
22 acorr = real(ifft(fft(play).*conj(fft(play))));
40 corr1 = real(ifft(fft(rec(1:N2)).*conj(fft(play(1:N2)))));
41 corr2 = real(ifft(fft(rec(N2+1:end)).*conj(fft(play(N2+1:end)))));
68 out = (rec - filter(h, 1, play));
/dports/net/pjsip/pjproject-2.11.1/third_party/speex/libspeex/
H A Decho_diagnostic.m14 play=fread(F,Inf,'short');
18 play = [play; zeros(1024,1)]; variable
21 corr = real(ifft(fft(rec).*conj(fft(play))));
22 acorr = real(ifft(fft(play).*conj(fft(play))));
40 corr1 = real(ifft(fft(rec(1:N2)).*conj(fft(play(1:N2)))));
41 corr2 = real(ifft(fft(rec(N2+1:end)).*conj(fft(play(N2+1:end)))));
68 out = (rec - filter(h, 1, play));
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/libspeex/
H A Decho_diagnostic.m14 play=fread(F,Inf,'short');
18 play = [play; zeros(1024,1)]; variable
21 corr = real(ifft(fft(rec).*conj(fft(play))));
22 acorr = real(ifft(fft(play).*conj(fft(play))));
40 corr1 = real(ifft(fft(rec(1:N2)).*conj(fft(play(1:N2)))));
41 corr2 = real(ifft(fft(rec(N2+1:end)).*conj(fft(play(N2+1:end)))));
68 out = (rec - filter(h, 1, play));
/dports/games/openarena/openarena-engine-source-0.8.8/code/libspeex/
H A Decho_diagnostic.m14 play=fread(F,Inf,'short');
18 play = [play; zeros(1024,1)]; variable
21 corr = real(ifft(fft(rec).*conj(fft(play))));
22 acorr = real(ifft(fft(play).*conj(fft(play))));
40 corr1 = real(ifft(fft(rec(1:N2)).*conj(fft(play(1:N2)))));
41 corr2 = real(ifft(fft(rec(N2+1:end)).*conj(fft(play(N2+1:end)))));
68 out = (rec - filter(h, 1, play));
/dports/games/evq3/evq3/code/libspeex/
H A Decho_diagnostic.m14 play=fread(F,Inf,'short');
18 play = [play; zeros(1024,1)]; variable
21 corr = real(ifft(fft(rec).*conj(fft(play))));
22 acorr = real(ifft(fft(play).*conj(fft(play))));
40 corr1 = real(ifft(fft(rec(1:N2)).*conj(fft(play(1:N2)))));
41 corr2 = real(ifft(fft(rec(N2+1:end)).*conj(fft(play(N2+1:end)))));
68 out = (rec - filter(h, 1, play));
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/speex/
H A Decho_diagnostic.m14 play=fread(F,Inf,'short');
18 play = [play; zeros(1024,1)]; variable
21 corr = real(ifft(fft(rec).*conj(fft(play))));
22 acorr = real(ifft(fft(play).*conj(fft(play))));
40 corr1 = real(ifft(fft(rec(1:N2)).*conj(fft(play(1:N2)))));
41 corr2 = real(ifft(fft(rec(N2+1:end)).*conj(fft(play(N2+1:end)))));
68 out = (rec - filter(h, 1, play));
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/speex/
H A Decho_diagnostic.m14 play=fread(F,Inf,'short');
18 play = [play; zeros(1024,1)]; variable
21 corr = real(ifft(fft(rec).*conj(fft(play))));
22 acorr = real(ifft(fft(play).*conj(fft(play))));
40 corr1 = real(ifft(fft(rec(1:N2)).*conj(fft(play(1:N2)))));
41 corr2 = real(ifft(fft(rec(N2+1:end)).*conj(fft(play(N2+1:end)))));
68 out = (rec - filter(h, 1, play));
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dparser.cpp52 if (_GP(play).bad_parsed_word[0] == 0) in Parser_SaidUnknownWord()
54 return CreateNewScriptString(_GP(play).bad_parsed_word); in Parser_SaidUnknownWord()
58 parse_sentence(text, &_GP(play).num_parsed_words, _GP(play).parsed_words, nullptr, 0); in ParseText()
67 …return parse_sentence(checkwords, &numword, &words[0], _GP(play).parsed_words, _GP(play).num_parse… in Said()
156 _GP(play).bad_parsed_word[0] = 0; in parse_sentence()
280 if ((word < 0) && (_GP(play).bad_parsed_word[0] == 0)) in parse_sentence()
281 strcpy(_GP(play).bad_parsed_word, thisword); in parse_sentence()
/dports/audio/musescore/MuseScore-3.6.1/mtest/zerberus/loop/
H A Dtst_sfzloop.cpp94 synth->play(Ms::PlayEvent(ME_PROGRAM, 0, 0, 0)); in testLoopAudio()
99 synth->play(Ms::PlayEvent(ME_NOTEON, 0, 20, 127)); // play note - no_loop mode in testLoopAudio()
101 …synth->play(Ms::PlayEvent(ME_NOTEON, 0, 20, 0)); // send note off and check whether voice is actua… in testLoopAudio()
112 synth->play(Ms::PlayEvent(ME_NOTEON, 0, 21, 127)); // play note - one_shot in testLoopAudio()
114 …synth->play(Ms::PlayEvent(ME_NOTEON, 0, 21, 0)); // send note off - sample should still play to en… in testLoopAudio()
129 synth->play(Ms::PlayEvent(ME_NOTEON, 0, 22, 127)); // play note in testLoopAudio()
131 …synth->play(Ms::PlayEvent(ME_NOTEON, 0, 22, 0)); // send note off - sample should not switch to th… in testLoopAudio()
150 synth->play(Ms::PlayEvent(ME_NOTEON, 0, 23, 127)); // play note in testLoopAudio()
152 …synth->play(Ms::PlayEvent(ME_NOTEON, 0, 23, 0)); // send note off - sample should not switch to th… in testLoopAudio()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Reference/
H A DNodeEvent.schelp7 … integer ID's) and have the same stop/play/pause/resume interface as the EventStreamPlayers create…
13 g.play;
15 a.play;
22 method:: play
56 g.play; // play it
60 b.play;
66 b.play;
/dports/audio/speexdsp/speexdsp-1.2.0/libspeexdsp/
H A Decho_diagnostic.m14 play=fread(F,Inf,'short');
18 play = [play; zeros(1024,1)];
21 corr = real(ifft(fft(rec).*conj(fft(play))));
22 acorr = real(ifft(fft(play).*conj(fft(play))));
40 corr1 = real(ifft(fft(rec(1:N2)).*conj(fft(play(1:N2)))));
41 corr2 = real(ifft(fft(rec(N2+1:end)).*conj(fft(play(N2+1:end)))));
68 out = (rec - filter(h, 1, play));
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/vars/
H A Dmanager.py175 play=play,
203 if play:
206 for role in play.get_roles():
323 if play:
326 vars_files = play.get_vars_files()
388 for role in play.get_roles():
435 if task or play:
458 if play:
488 if play:
493 pattern = play.hosts or 'all'
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/vars/
H A Dmanager.py175 play=play,
203 if play:
206 for role in play.get_roles():
323 if play:
326 vars_files = play.get_vars_files()
391 for role in play.get_roles():
433 if task or play:
460 if play:
490 if play:
495 pattern = play.hosts or 'all'
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/media/
H A Dautoplay.md14 * Autoplay by `play()` method: Explicitly calling the `play()` method without
19 `play()` method), it will send a request to AutoplayPolicy, and if the request
34 To unlock the gesture lock (make it `false`). The page needs to call play() or
45 phase, we play it as long as the video is visible. When the page explicitly
46 calls `play()`, `pause()`, we leave the autoplaying phase. When the page tries
50 For autoplay by `play()` method, it is:
52 ![Autoplay by play() method](autoplay_by_play_method.png)
54 This means if autoplay is initiated by `play()` method, we continue playing the
55 video as normal `play()`. However if the page tries to unmute the video, we check
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/media/
H A Dautoplay.md14 * Autoplay by `play()` method: Explicitly calling the `play()` method without
19 `play()` method), it will send a request to AutoplayPolicy, and if the request
34 To unlock the gesture lock (make it `false`). The page needs to call play() or
45 phase, we play it as long as the video is visible. When the page explicitly
46 calls `play()`, `pause()`, we leave the autoplaying phase. When the page tries
50 For autoplay by `play()` method, it is:
52 ![Autoplay by play() method](autoplay_by_play_method.png)
54 This means if autoplay is initiated by `play()` method, we continue playing the
55 video as normal `play()`. However if the page tries to unmute the video, we check
/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/pychan/widgets/
H A Danimationicon.py94 play = None):
146 if play is not None: self.play = play
147 else: self.play = self.DEFAULT_PLAY
184 self.play)
218 self.real_widget.play()
229 def _setPlaying(self, play): argument
230 if play is True: self.startPlaying()
233 play = property(_getPlaying, _setPlaying) variable in AnimationIcon
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Diremga20.c37 if (play[CH]) \
47 play[CH] = ebx; \
72 unsigned long play; member
81 unsigned long rate[4], pos[4], end[4], vol[4], play[4]; in IremGA20_update() local
94 play[ecx] = IremGA20_channel[ecx].play; in IremGA20_update()
122 IremGA20_channel[ecx].play = play[ecx]; in IremGA20_update()
169 IremGA20_channel[channel].play = data; in WRITE_HANDLER()
194 IremGA20_channel[i].play = 0; in IremGA20_reset()
/dports/net/sems/sems-f89581a/apps/examples/jukecall/
H A DReadme.jukecall12 the first one can play some files into the call by pressing
24 | play greeting.wav | |
40 | play 1.wav | play 1.wav |
49 | play 3.wav | play 3.wav |
/dports/games/epiphany-game/epiphany-0.7.0/src/entities/
H A Dentity_emerald.cpp56 Sample_Manager::instance()->play(SFX_EMERALD_FALL); in check_and_do()
80 Sample_Manager::instance()->play(SFX_EMERALD_EAT); in pass_on_me()
91 Sample_Manager::instance()->play(SFX_EMERALD_EAT); in player_pressing_right()
102 Sample_Manager::instance()->play(SFX_EMERALD_EAT); in player_pressing_left()
113 Sample_Manager::instance()->play(SFX_EMERALD_EAT); in player_pressing_up()
124 Sample_Manager::instance()->play(SFX_EMERALD_EAT); in player_pressing_down()
/dports/emulators/frodo/Frodo-4.1b/Src/
H A DSID_sun.i38 info.play.sample_rate = SAMPLE_FREQ; in init_sound()
39 info.play.channels = 1; in init_sound()
40 info.play.precision = 16; in init_sound()
41 info.play.encoding = AUDIO_ENCODING_LINEAR; in init_sound()
42 info.play.port = AUDIO_SPEAKER; in init_sound()
141 while ((delta_samples = (sent_samples - status.play.samples)) > MAXBUFFERED) in EmulateLine()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/src/
H A Ddialogs.hpp55 void showFileSimple( bool play );
60 void showFile( bool play );
65 void showDirectory( bool play );
70 void showDisc( bool play );
75 void showNet( bool play );

1...<<11121314151617181920>>...1727