https://github.com/kudashevs/abeep
A beep program that uses ALSA Audio API to play sound.
https://github.com/kudashevs/abeep
alsa beep beeper
Last synced: 8 days ago
JSON representation
A beep program that uses ALSA Audio API to play sound.
- Host: GitHub
- URL: https://github.com/kudashevs/abeep
- Owner: kudashevs
- License: mit
- Created: 2026-05-02T21:53:04.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-05-12T08:36:44.000Z (23 days ago)
- Last Synced: 2026-05-12T09:17:37.441Z (23 days ago)
- Topics: alsa, beep, beeper
- Language: C
- Homepage: https://kudashevs.com/posts/2026/05/abeep-program
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abeep

This is a beep program that uses ALSA (Advanced Linux Sound Architecture) Audio
API to play sound.
## Installation
Clone the repository. Then, make install:
```bash
meke install
```
## Options
```
-f beep's frequency in Hz (min 40.00, max 16000.00 Hz)
-r audio stream rate in Hz (min 4000, max 96000 Hz)
-l beep's duration in ms (min 20, max 3600000 ms)
-s process input and beep on every string
-i display device and program information
-v run in verbose mode
-h print help
-V display version information
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
The MIT License (MIT). Please see the [License file](LICENSE.md) for more information.