https://github.com/xord/beeps
A Simple Synthesis Library.
https://github.com/xord/beeps
audio cpp gem library ruby sound synth
Last synced: 5 days ago
JSON representation
A Simple Synthesis Library.
- Host: GitHub
- URL: https://github.com/xord/beeps
- Owner: xord
- License: mit
- Created: 2015-04-09T15:31:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-10-09T17:29:51.000Z (6 months ago)
- Last Synced: 2026-03-28T01:30:18.799Z (10 days ago)
- Topics: audio, cpp, gem, library, ruby, sound, synth
- Language: C++
- Homepage:
- Size: 400 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Beeps - Plays beep sound
[](https://deepwiki.com/xord/beeps)



## ⚠️ Notice
This repository is a read-only mirror of our monorepo.
We do not accept pull requests or direct contributions here.
### 🔄 Where to Contribute?
All development happens in our [xord/all](https://github.com/xord/all) monorepo, which contains all our main libraries.
If you'd like to contribute, please submit your changes there.
For more details, check out our [Contribution Guidelines](./CONTRIBUTING.md).
Thanks for your support! 🙌
## 🚀 About
**Beeps** is a simple utility that plays a beep sound.
It is designed to be lightweight and easy to use, making it perfect for adding audible notifications to your scripts or applications.
## 📦 Installation
Add this line to your Gemfile:
```ruby
$ gem 'beeps'
```
Then, install gem:
```bash
$ bundle install
```
Or install it directly:
```bash
$ gem install beeps
```
## 📜 License
**Beeps** is licensed under the MIT License.
See the [LICENSE](./LICENSE) file for details.