summaryrefslogtreecommitdiffstats
path: root/ossplay.sh
blob: 7921fc19bffd71c0c9f18311174b01594e4f6322 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

soundfile="$1"
vmix_to_lower="mpd"

ossmix ${vmix_to_lower} 18
ossplay "${soundfile}"
ossmix ${vmix_to_lower} 25