A utility that allows the user to play and control sound clips in a fashion like a soundboard.
- Mpv or Mplayer
-
Clone or download contents of git repository
git clone https://github.com/Ghosy/soundboard.git
-
Navigate to the cloned repository
cd soundboard
-
Run install.sh as root
./install.sh
or
bash install.sh
-
Run soundboard
soundboard -cf /path/to/file
soundboard -of /path/to/file.wav
This example uses the overlap flag, so if the command was run again, file.wav would play again even if the other instance is still running.
soundboard -cf /path/to/file.wav
This example uses the cancel flag. If the same command runs again, while file.wav is playing, the playing of file.wav will stop. To start playing file.wav you must run the command again.
This project is licensed under the GNU General Public License version 3(GPLv3) - see the LICENSE.txt file for details.