Welcome to the Koboard repository! This project is a work-in-progress soundboard application written in Go. The aim is to create a simple and efficient soundboard that can play various sound clips with minimal latency and resource usage.
- 🎚️ Minimalistic and easy-to-use interface
- 🎶 Play multiple sound clips simultaneously
- ⚡ Low latency for quick playback
- 🔧 Configurable sound clip paths
- 🛠️ Written entirely in Go for performance and simplicity
These instructions will help you set up and run the Koboard on your local machine for development and testing purposes.
- Go (version 1.16 or later)
-
Clone the repository:
git clone https://github.com/KosumovicDenis/Koboard.git cd Koboard
-
Build the application:
go build
-
Run the application:
./Koboard
To use the soundboard, simply execute the binary and use the provided UI or commands to play the sound clips. Configuration options and additional usage details will be provided as the project progresses.
Contributions are welcome! If you have suggestions for improvements, feel free to open an issue or submit a pull request.
- Basic playback functionality
- User interface for selecting and playing sounds
- Configuration file support
- Volume control
- Shortcuts
- Multiple profiles
- Cross-platform support
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to the Go community for their amazing tools and libraries.
- Special shoutout to all the contributors who help make this project better.
Note: This project is still under development. Features and documentation will be updated as progress is made.
Feel free to reach out with any questions or feedback!