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

https://github.com/tdimeco/QuickSound

Quickly play sounds from the macOS status bar.
https://github.com/tdimeco/QuickSound

macos macos-status play-sounds sound sound-effects soundboard

Last synced: 8 months ago
JSON representation

Quickly play sounds from the macOS status bar.

Awesome Lists containing this project

README

          

# ![image](https://raw.githubusercontent.com/tdimeco/quicksound/main/QuickSound/Resources/Assets.xcassets/AppIcon.appiconset/icon_32x32.png) QuickSound

**Quickly play sounds from the macOS status bar.**

Compatible with macOS 11+

![screenshot](https://raw.githubusercontent.com/tdimeco/quicksound/main/Documentation/Screenshot.png)

## Features

Current features are:

- Status bar integration.
- Add short sounds from your hard drive (supported formats are macOS standard ones, like AIFF, WAVE, MP3...).
- Quickly play a sound by double-clicking on it.
- You can choose sounds you want to repeat forever (double-click on it to start and stop it).

## Installation

### Homebrew

You can install the app using [Homebrew](https://brew.sh/):

```bash
brew install --cask tdimeco/apps/quicksound
```

This is the recommended way to install the app.
The app auto updates with Homebrew.

### Manual

You can download the app from the [Releases](https://github.com/tdimeco/quicksound/releases) page.
The app does not auto update in this case.

## Sound samples

Some sound samples can be found in the repository's root folder `Sounds`.

## Issues

Issues and ongoing features can be found on the [Issues](https://github.com/tdimeco/quicksound/issues) page.

Feel free to enhance the app and make pull-requests!