An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Beeps - Plays beep sound

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/xord/beeps)
![License](https://img.shields.io/github/license/xord/beeps)
![Build Status](https://github.com/xord/beeps/actions/workflows/test.yml/badge.svg)
![Gem Version](https://badge.fury.io/rb/beeps.svg)

## ⚠️ 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.