comparison src/sound.c @ 384:bbff43aa5eb7 r21-2-7

Import from CVS: tag r21-2-7
author cvs
date Mon, 13 Aug 2007 11:08:24 +0200
parents 8626e4521993
children 6719134a07c2
comparison
equal deleted inserted replaced
383:6a50c6a581a5 384:bbff43aa5eb7
66 #endif 66 #endif
67 67
68 DEFUN ("play-sound-file", Fplay_sound_file, 1, 3, "fSound file name: ", /* 68 DEFUN ("play-sound-file", Fplay_sound_file, 1, 3, "fSound file name: ", /*
69 Play the named sound file on DEVICE's speaker at the specified volume 69 Play the named sound file on DEVICE's speaker at the specified volume
70 \(0-100, default specified by the `bell-volume' variable). 70 \(0-100, default specified by the `bell-volume' variable).
71 The sound file must be in the Sun/NeXT U-LAW format except under Linux 71 On Unix machines the sound file must be in the Sun/NeXT U-LAW format
72 where WAV files are also supported. 72 except under Linux where WAV files are also supported. On Microsoft
73 Windows the sound file must be in WAV format.
73 DEVICE defaults to the selected device. 74 DEVICE defaults to the selected device.
74 */ 75 */
75 (file, volume, device)) 76 (file, volume, device))
76 { 77 {
77 /* This function can call lisp */ 78 /* This function can call lisp */