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

soundfile="$1"
vmix_to_lower="vmix0.pcm9"

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