Searched +refs:play +refs:sound +refs:file (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A Dwidget.py18 file = root.tk.call('eval', 'snack::getOpenFile')
19 s2.read(file)
22 file = root.tk.call('eval', 'snack::getSaveFile')
23 s2.write(file)
25 def play(): function
26 s2.play()
46 Label(f0, text='Basic sound handling:').pack(anchor='w')
49 Button(f0, bitmap='snackPlay', command=play).pack(side='left')
64 c.create_waveform(0, 20, sound=s1, height=120, width=250 ,frame='yes')
66 c.create_spectrogram(250, 20, sound
[all...]
H A DtkSnack.py131 self.name = self.tk.call(('sound',) + self._options(kw))
133 self.name = self.tk.call(('sound', name) + self._options(kw))
137 """Appends binary string data to the end of the sound."""
142 this sound. Both sounds must be of the same type."""
146 """The configure command is used to set options for a sound."""
149 def copy(self, sound, **kw):
150 """Copies sample data from another sound into self."""
151 self.tk.call((self.name, 'copy', sound.name) + self._options(kw))
154 """This command is used to inform Snack that the sound object has been
155 modified. Normally Snack tracks changes to sound object
272 def play(self, **kw): member in class:Sound
370 def play(self): member in class:AudioControllerSingleton
530 def play(self): member in class:SoundFrame
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsound.c0 /* sound.c -- sound support.
5 This file is part of GNU Emacs.
18 along with GNU Emacs; see the file COPYING. If not, write to
27 implementation of the play-sound specification for Windows.
30 In the Windows implementation of play-sound-internal only the
31 :file and :volume keywords are supported. The :device keyword,
35 The Windows implementation of play
206 char *file; member in struct:sound_device
264 struct sound struct
284 void (* play) P_ ((struct sound *s, struct sound_device *sd)); member in struct:sound
748 char *file; local
898 char *file; local
966 char *file; local
1096 char *file = sd->file ? sd->file : DEFAULT_ALSA_SOUND_DEVICE; local
1271 char *file; local
1391 Lisp_Object sound; variable
1397 Lisp_Object file; variable
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/python/
H A DtkSnack.py131 self.name = self.tk.call(('sound',) + self._options(kw))
133 self.name = self.tk.call(('sound', name) + self._options(kw))
137 """Appends binary string data to the end of the sound."""
142 this sound. Both sounds must be of the same type."""
146 """The configure command is used to set options for a sound."""
149 def copy(self, sound, **kw):
150 """Copies sample data from another sound into self."""
151 self.tk.call((self.name, 'copy', sound.name) + self._options(kw))
154 """This command is used to inform Snack that the sound object has been
155 modified. Normally Snack tracks changes to sound object
272 def play(self, **kw): member in class:Sound
370 def play(self): member in class:AudioControllerSingleton
530 def play(self): member in class:SoundFrame
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dtknewsbiff17 # Optionally, run a UNIX program (to play a sound, read news, etc.)
19 # Default config file in ~/.tknewsbiff[-host]
85 if {[file readable $arg]} {
86 if {0==[string compare active [file tail $arg]]} {
90 # must be a config file
94 } elseif {[file readable $_config_file-$arg]} {
95 # maybe it's a hostname suffix for a newsrc file?
99 # maybe it's just a hostname for regular newsrc file?
109 # deleted it from config file
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dibasic.vim1 " Vim syntax file
7 " Description: A vim file to handle the IBasic file format.
15 " This syntax file not a complete implementation yet.
21 " Quit when a (custom) syntax file was already loaded (Taken from c.vim)
41 syn keyword ibasicStatement pen play pmap poke preset print print# using pset
44 syn keyword ibasicStatement shared shell sleep sound static stop strig sub
H A Dbasic.vim1 " Vim syntax file
8 " This syntax file not a complete implementation yet. Send suggestions to the
12 " For version 6.x: Quit when a syntax file was already loaded
52 syn keyword basicStatement PEN pen Pen PLAY play Play
65 syn keyword basicStatement SOUND sound Sound STATIC static Static
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex475 The code base of LibTomMath is well organized. Each function is in its own separate source code file
477 file which makes the source very easily to follow. By comparison MPI and LIP are single file projects making code tracing
767 name represents a constant\footnote{Defined in the ``tommath.h'' header file within LibTomMath.}
2812 The inner loop (lines 71 to 74) of this implementation is where the tradeoff come into play. Originally this comba
3870 residue times a constant. However, as perplexing as this may sound the algorithm is relatively simple and very efficient.
6517 mp\_digit. The table \_\_prime\_tab is defined in the following file.

Completed in 369 milliseconds