🚧 Notice: This project is currently a work in progress
Works like 20% of the time for some reason.
Known issues:
- The visualizer widget doesn't work and is confusing
- Volume control likes to misbehace
- Doesn't actively change while the application is running.
TUI app to enable/disable background sounds on macOS
🎧🔊 bg-sound is a Rust CLI application designed for macOS to control background sounds easily. It provides a user-friendly interface in the terminal, allowing users to enable or disable background sounds with just a few keystrokes.
- Simple and intuitive CLI interface
- Select from a variety of background sound options
- Control the volume of the background sounds
- Real-time visualization of sound data
- Easily toggle the status of background sounds
- Rust (nightly version recommended)
- macOS operating system
To install bg-sound
, follow these steps:
-
Clone the repository:
git clone https://github.com/spmfte/bg-sound.git
-
Change to the project directory:
cd bg-sound
-
Build the project using Cargo:
cargo build --release
-
Run the executable:
./target/release/bg-sound
Once you have installed bg-sound
, you can use the following keyboard shortcuts to control the application:
j
ork
: Move the selection up or downu
: Increase the volumed
: Decrease the volumeEnter
: Toggle the status of background soundsCtrl + C
: Quit the application