#!/bin/bash pactl subscribe | awk '/new/ && /sink-input/' | while read -p event;do echo "test" done