mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-09 18:38:37 +02:00
+ updated information on sound routine
This commit is contained in:
parent
863c6ba51f
commit
dba1e2f194
@ -318,7 +318,7 @@ Procedure NoSound ;
|
|||||||
\Description
|
\Description
|
||||||
|
|
||||||
Stops the speaker sound.
|
Stops the speaker sound.
|
||||||
This is not supported in \linux
|
This call is not supported on all operating systems.
|
||||||
\Errors
|
\Errors
|
||||||
None.
|
None.
|
||||||
\SeeAlso
|
\SeeAlso
|
||||||
@ -353,8 +353,9 @@ None.
|
|||||||
\Declaration
|
\Declaration
|
||||||
Procedure Sound (hz : word);
|
Procedure Sound (hz : word);
|
||||||
\Description
|
\Description
|
||||||
Sounds the speaker at a frequency of \var{hz}.
|
Sounds the speaker at a frequency of \var{hz}. Under \windows,
|
||||||
This is not supported in \linux
|
a system sound is played and the frequency parameter is ignored.
|
||||||
|
On other operating systems, this routine may not be implemented.
|
||||||
\Errors
|
\Errors
|
||||||
None.
|
None.
|
||||||
\SeeAlso
|
\SeeAlso
|
||||||
|
Loading…
Reference in New Issue
Block a user