Mercurial > hg > xemacs-beta
comparison src/sound.c @ 327:03446687b7cc r21-0-61
Import from CVS: tag r21-0-61
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:48:16 +0200 |
parents | 57709be46d1b |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
326:e2671bc7f66a | 327:03446687b7cc |
---|---|
67 #endif | 67 #endif |
68 | 68 |
69 DEFUN ("play-sound-file", Fplay_sound_file, 1, 3, "fSound file name: ", /* | 69 DEFUN ("play-sound-file", Fplay_sound_file, 1, 3, "fSound file name: ", /* |
70 Play the named sound file on DEVICE's speaker at the specified volume | 70 Play the named sound file on DEVICE's speaker at the specified volume |
71 \(0-100, default specified by the `bell-volume' variable). | 71 \(0-100, default specified by the `bell-volume' variable). |
72 The sound file must be in the Sun/NeXT U-LAW format except under Linux | 72 On Unix machines the sound file must be in the Sun/NeXT U-LAW format |
73 where WAV files are also supported. | 73 except under Linux where WAV files are also supported. On Microsoft |
74 Windows the sound file must be in WAV format. | |
74 DEVICE defaults to the selected device. | 75 DEVICE defaults to the selected device. |
75 */ | 76 */ |
76 (file, volume, device)) | 77 (file, volume, device)) |
77 { | 78 { |
78 /* This function can call lisp */ | 79 /* This function can call lisp */ |