I want to write a program that uses shell commands to make changes to audio such as:
pactl set-sink-volume 0 +10%
As I need it during my podcast I want to be able to quickly interact with it via GUI and also use the keyboard to activate functions. Which language would you suggest for programming it? My first guess would be C++ and QT but maybe there are better options.