comparison lispref/os.texi @ 27259:c41efa6c4be1

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Jan 2000 08:56:40 +0000
parents 89afca54a135
children 611b3854d888
comparison
equal deleted inserted replaced
27258:5188825710c0 27259:c41efa6c4be1
1712 @item :file @var{file} 1712 @item :file @var{file}
1713 This specifies the file containing the sound to play. 1713 This specifies the file containing the sound to play.
1714 If the file name is not absolute, it is expanded against 1714 If the file name is not absolute, it is expanded against
1715 the directory @code{data-directory}. 1715 the directory @code{data-directory}.
1716 1716
1717 @item :data @var{data}
1718 This specifies the sound to play without need to refer to a file. The
1719 value, @var{data}, should be a string containing the same bytes as a
1720 sound file. We recommend using a unibyte string.
1721
1717 @item :volume @var{volume} 1722 @item :volume @var{volume}
1718 This specifies how loud to play the sound. It should be a number in the 1723 This specifies how loud to play the sound. It should be a number in the
1719 range of 0 to 1. The default is to use whatever volume has been 1724 range of 0 to 1. The default is to use whatever volume has been
1720 specified before. 1725 specified before.
1721 @end table 1726 @end table