mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Kernel+Userland: Add support for using the PCSpeaker with various tones
This commit is contained in:
parent
2d27c98659
commit
11a7e21c2a
Notes:
sideshowbarker
2024-07-17 07:35:03 +09:00
Author: https://github.com/supercomputer7
Commit: 11a7e21c2a
Pull-request: https://github.com/SerenityOS/serenity/pull/17687
Reviewed-by: https://github.com/AtkinsSJ
9 changed files with 26 additions and 12 deletions
|
@ -12,6 +12,10 @@ $ beep
|
|||
|
||||
beep allows the user to beep the PC speaker.
|
||||
|
||||
## Options
|
||||
|
||||
* `-f|--beep-tone`: Beep tone (frequency in Hz)
|
||||
|
||||
## Notes
|
||||
|
||||
If the user disabled the usage of PC speaker in the kernel commandline, the program
|
||||
|
@ -20,7 +24,10 @@ will fail to use the PC speaker.
|
|||
## Examples
|
||||
|
||||
```sh
|
||||
# Use beep with default tone
|
||||
$ beep
|
||||
# Use beep with tone of 1000Hz
|
||||
$ beep -f 1000
|
||||
```
|
||||
|
||||
## See also
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue